Searched refs:xfrm_dst (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | xfrm6_policy.c | 77 static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm6_init_path() 90 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst() 230 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu() 239 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect() 247 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy() 258 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() 263 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown() 273 xdst = (struct xfrm_dst *)xdst->u.dst.child; in xfrm6_dst_ifdown()
|
D | esp6.c | 179 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
|
/linux-4.4.14/net/ipv4/ |
D | xfrm4_policy.c | 74 static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm4_init_path() 80 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst() 229 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu() 238 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect() 246 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
|
D | esp4.c | 152 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 55 static int xfrm_bundle_ok(struct xfrm_dst *xdst); 1530 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_get() 1553 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_check() 1566 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_delete() 1578 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst() 1582 struct xfrm_dst *xdst; in xfrm_alloc_dst() 1614 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path() 1631 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst() 1683 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create() 1750 xfrm_init_path((struct xfrm_dst *)dst0, dst, nfheader_len); in xfrm_bundle_create() [all …]
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 283 struct xfrm_dst; 299 int (*init_path)(struct xfrm_dst *path, 302 int (*fill_dst)(struct xfrm_dst *xdst, 941 struct xfrm_dst { struct 964 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() argument
|
/linux-4.4.14/net/netfilter/ |
D | nf_nat_core.c | 99 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()
|