Searched refs:xfrm_dst (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.1/net/ipv6/ |
| D | xfrm6_policy.c | 70 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst() 102 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu() 111 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect() 119 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy() 132 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() 137 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown() 146 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
|
| D | esp6.c | 712 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
|
| /Linux-v6.1/net/ipv4/ |
| D | xfrm4_policy.c | 69 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst() 104 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_update_pmtu() 113 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_redirect() 121 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm4_dst_destroy()
|
| D | esp4.c | 674 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
|
| /Linux-v6.1/net/xfrm/ |
| D | xfrm_policy.c | 164 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr); 166 static int xfrm_bundle_ok(struct xfrm_dst *xdst); 2466 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst() 2470 struct xfrm_dst *xdst; in xfrm_alloc_dst() 2499 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path() 2509 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst() 2533 struct xfrm_dst **bundle, in xfrm_bundle_create() 2543 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create() 2544 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() 2561 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create() [all …]
|
| D | xfrm_device.c | 315 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
|
| /Linux-v6.1/include/net/ |
| D | xfrm.h | 331 struct xfrm_dst; 343 int (*fill_dst)(struct xfrm_dst *xdst, 933 struct xfrm_dst { struct 956 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() argument 968 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child() 976 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() 981 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() 1906 struct xfrm_dst *xdst; in xfrm_dst_offload_ok() 1911 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
|
| /Linux-v6.1/net/core/ |
| D | dst.c | 110 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
|
| D | pktgen.c | 431 struct xfrm_dst xdst;
|
| /Linux-v6.1/net/netfilter/ |
| D | xt_policy.c | 94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
|
| D | nft_xfrm.c | 183 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
|
| D | nf_nat_proto.c | 677 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()
|