Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dxfrm6_policy.c77 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
108 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
117 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
125 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
136 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()
H A Desp6.c666 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/linux-6.15/net/ipv4/
H A Dxfrm4_policy.c66 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
100 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
109 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
117 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
H A Desp4.c634 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/linux-6.15/net/xfrm/
H A Dxfrm_policy.c2606 struct xfrm_dst *xdst; in xfrm_alloc_dst()
2679 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create()
2858 static struct xfrm_dst *
2866 struct xfrm_dst *xdst; in xfrm_resolve_and_create_bundle()
2887 xdst = (struct xfrm_dst *)dst; in xfrm_resolve_and_create_bundle()
2987 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xdst_queue_output()
3035 struct xfrm_dst *xdst; in xfrm_create_dummy_bundle()
3091 struct xfrm_dst *xdst; in xfrm_bundle_lookup()
3179 struct xfrm_dst *xdst; in xfrm_lookup_with_ifid()
3991 struct xfrm_dst *xdst; in xfrm_bundle_ok()
[all …]
H A Dxfrm_device.c419 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
H A Dxfrm_iptfs.c1784 struct xfrm_dst *xdst = (struct xfrm_dst *)skb_dst(skb); in iptfs_get_cur_pmtu()
/linux-6.15/include/net/
H A Dxfrm.h373 struct xfrm_dst;
379 int (*fill_dst)(struct xfrm_dst *xdst,
1051 struct xfrm_dst { struct
1074 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() argument
1086 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child()
1094 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child()
1099 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy()
2083 struct xfrm_dst *xdst; in xfrm_dst_offload_ok()
2088 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
/linux-6.15/net/core/
H A Ddst.c107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
H A Dpktgen.c430 struct xfrm_dst xdst;
/linux-6.15/net/netfilter/
H A Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
H A Dnft_xfrm.c184 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
H A Dnf_nat_proto.c677 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()