Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dxfrm6_policy.c71 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
103 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
112 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
120 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
133 struct xfrm_dst *xdst; in xfrm6_dst_ifdown()
138 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
147 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
Desp6.c445 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/Linux-v5.4/net/ipv4/
Dxfrm4_policy.c71 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
105 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
114 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
122 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
Desp4.c504 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/Linux-v5.4/net/xfrm/
Dxfrm_policy.c160 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
162 static int xfrm_bundle_ok(struct xfrm_dst *xdst);
2465 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst()
2469 struct xfrm_dst *xdst; in xfrm_alloc_dst()
2500 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
2510 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
2534 struct xfrm_dst **bundle, in xfrm_bundle_create()
2544 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create()
2545 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create()
2562 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create()
[all …]
Dxfrm_device.c267 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
/Linux-v5.4/include/net/
Dxfrm.h318 struct xfrm_dst;
330 int (*fill_dst)(struct xfrm_dst *xdst,
926 struct xfrm_dst { struct
949 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() argument
961 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child()
969 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child()
974 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()
1866 struct xfrm_dst *xdst; in xfrm_dst_offload_ok()
1871 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
/Linux-v5.4/net/core/
Ddst.c111 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
Dpktgen.c415 struct xfrm_dst xdst;
/Linux-v5.4/net/netfilter/
Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
Dnft_xfrm.c182 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
Dnf_nat_core.c164 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()