Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dxfrm6_policy.c74 static void xfrm6_init_dst(struct net *net, struct xfrm_dst *xdst) in xfrm6_init_dst()
81 static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm6_init_path()
95 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
236 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
245 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
253 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
268 struct xfrm_dst *xdst; in xfrm6_dst_ifdown()
273 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
283 xdst = (struct xfrm_dst *)xdst->u.dst.child; in xfrm6_dst_ifdown()
Desp6.c173 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/linux-4.1.27/net/ipv4/
Dxfrm4_policy.c70 static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm4_init_path()
76 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
200 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
209 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
217 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
Desp4.c146 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/linux-4.1.27/net/xfrm/
Dxfrm_policy.c55 static int xfrm_bundle_ok(struct xfrm_dst *xdst);
1509 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_get()
1532 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_check()
1545 struct xfrm_dst *xdst = container_of(flo, struct xfrm_dst, flo); in xfrm_bundle_flo_delete()
1557 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst()
1561 struct xfrm_dst *xdst; in xfrm_alloc_dst()
1595 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
1612 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
1664 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create()
1731 xfrm_init_path((struct xfrm_dst *)dst0, dst, nfheader_len); in xfrm_bundle_create()
[all …]
/linux-4.1.27/include/net/
Dxfrm.h282 struct xfrm_dst;
296 struct xfrm_dst *dst);
297 int (*init_path)(struct xfrm_dst *path,
300 int (*fill_dst)(struct xfrm_dst *xdst,
938 struct xfrm_dst { struct
961 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() argument
/linux-4.1.27/net/netfilter/
Dnf_nat_core.c99 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()