Home
last modified time | relevance | path

Searched refs:xfrm_dst (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/ipv6/
Dxfrm6_policy.c77 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()
Desp6.c179 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/linux-4.4.14/net/ipv4/
Dxfrm4_policy.c74 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()
Desp4.c152 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c55 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/
Dxfrm.h283 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/
Dnf_nat_core.c99 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()