Loading include/net/xfrm.h +2 −2 Original line number Diff line number Diff line Loading @@ -267,8 +267,8 @@ struct xfrm_policy_afinfo { struct dst_ops *dst_ops; void (*garbage_collect)(struct net *net); struct dst_entry *(*dst_lookup)(struct net *net, int tos, xfrm_address_t *saddr, xfrm_address_t *daddr); const xfrm_address_t *saddr, const xfrm_address_t *daddr); int (*get_saddr)(struct net *net, xfrm_address_t *saddr, xfrm_address_t *daddr); void (*decode_session)(struct sk_buff *skb, struct flowi *fl, Loading net/ipv4/xfrm4_policy.c +2 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ static struct xfrm_policy_afinfo xfrm4_policy_afinfo; static struct dst_entry *xfrm4_dst_lookup(struct net *net, int tos, xfrm_address_t *saddr, xfrm_address_t *daddr) const xfrm_address_t *saddr, const xfrm_address_t *daddr) { struct flowi fl = { .fl4_dst = daddr->a4, Loading net/ipv6/xfrm6_policy.c +2 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,8 @@ static struct xfrm_policy_afinfo xfrm6_policy_afinfo; static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, xfrm_address_t *saddr, xfrm_address_t *daddr) const xfrm_address_t *saddr, const xfrm_address_t *daddr) { struct flowi fl = {}; struct dst_entry *dst; Loading Loading
include/net/xfrm.h +2 −2 Original line number Diff line number Diff line Loading @@ -267,8 +267,8 @@ struct xfrm_policy_afinfo { struct dst_ops *dst_ops; void (*garbage_collect)(struct net *net); struct dst_entry *(*dst_lookup)(struct net *net, int tos, xfrm_address_t *saddr, xfrm_address_t *daddr); const xfrm_address_t *saddr, const xfrm_address_t *daddr); int (*get_saddr)(struct net *net, xfrm_address_t *saddr, xfrm_address_t *daddr); void (*decode_session)(struct sk_buff *skb, struct flowi *fl, Loading
net/ipv4/xfrm4_policy.c +2 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ static struct xfrm_policy_afinfo xfrm4_policy_afinfo; static struct dst_entry *xfrm4_dst_lookup(struct net *net, int tos, xfrm_address_t *saddr, xfrm_address_t *daddr) const xfrm_address_t *saddr, const xfrm_address_t *daddr) { struct flowi fl = { .fl4_dst = daddr->a4, Loading
net/ipv6/xfrm6_policy.c +2 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,8 @@ static struct xfrm_policy_afinfo xfrm6_policy_afinfo; static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, xfrm_address_t *saddr, xfrm_address_t *daddr) const xfrm_address_t *saddr, const xfrm_address_t *daddr) { struct flowi fl = {}; struct dst_entry *dst; Loading