Home
last modified time | relevance | path

Searched refs:xfrm_dst (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dxfrm6_policy.c77 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
110 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
119 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
127 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
140 struct xfrm_dst *xdst; in xfrm6_dst_ifdown()
145 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
154 xdst = (struct xfrm_dst *)xfrm_dst_chil in xfrm6_dst_ifdown()
[all...]
H A Desp6.c712 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/kernel/linux/linux-6.6/net/ipv6/
H A Dxfrm6_policy.c70 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst()
101 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu()
110 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect()
118 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy()
129 struct xfrm_dst *xdst; in xfrm6_dst_ifdown()
131 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
140 xdst = (struct xfrm_dst *)xfrm_dst_chil in xfrm6_dst_ifdown()
[all...]
H A Desp6.c712 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
/kernel/linux/linux-5.10/net/ipv4/
H A Dxfrm4_policy.c71 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
106 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
115 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
123 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
H A Desp4.c677 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/kernel/linux/linux-6.6/net/ipv4/
H A Dxfrm4_policy.c69 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst()
103 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu()
112 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect()
120 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
H A Desp4.c674 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c164 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
166 static int xfrm_bundle_ok(struct xfrm_dst *xdst);
2467 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst()
2471 struct xfrm_dst *xdst; in xfrm_alloc_dst()
2502 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
2512 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
2536 struct xfrm_dst **bundle, in xfrm_bundle_create()
2546 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create()
2547 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create()
2564 struct xfrm_dst *xds in xfrm_bundle_create()
[all...]
H A Dxfrm_device.c303 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c164 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
166 static int xfrm_bundle_ok(struct xfrm_dst *xdst);
2548 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst()
2552 struct xfrm_dst *xdst; in xfrm_alloc_dst()
2581 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path()
2591 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst()
2615 struct xfrm_dst **bundle, in xfrm_bundle_create()
2625 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create()
2626 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create()
2643 struct xfrm_dst *xds in xfrm_bundle_create()
[all...]
H A Dxfrm_device.c407 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
/kernel/linux/linux-5.10/include/net/
H A Dxfrm.h64 - bundle of transformations, struct dst_entry == struct xfrm_dst (=SA bundle)
326 struct xfrm_dst;
338 int (*fill_dst)(struct xfrm_dst *xdst,
930 struct xfrm_dst { struct
953 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path()
965 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child()
973 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child()
978 static inline void xfrm_dst_destroy(struct xfrm_dst *xds
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dxfrm.h64 - bundle of transformations, struct dst_entry == struct xfrm_dst (=SA bundle)
344 struct xfrm_dst;
356 int (*fill_dst)(struct xfrm_dst *xdst,
948 struct xfrm_dst { struct
971 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path()
983 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child()
991 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child()
996 static inline void xfrm_dst_destroy(struct xfrm_dst *xds
[all...]
/kernel/linux/linux-5.10/net/core/
H A Ddst.c107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
H A Dpktgen.c415 struct xfrm_dst xdst;
/kernel/linux/linux-6.6/net/core/
H A Ddst.c107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
H A Dpktgen.c431 struct xfrm_dst xdst;
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_xfrm.c181 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
H A Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
H A Dnf_nat_core.c164 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_policy.c94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
H A Dnft_xfrm.c183 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()

Completed in 38 milliseconds