Searched refs:xfrm_dst (Results 1 – 13 of 13) sorted by relevance
| /linux/net/ipv6/ |
| H A D | xfrm6_policy.c | 80 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst() 111 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_update_pmtu() 120 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_redirect() 128 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm6_dst_destroy() 139 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() 141 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown() 150 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
|
| H A D | esp6.c | 669 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp6_output()
|
| /linux/net/ipv4/ |
| H A D | xfrm4_policy.c | 66 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 D | esp4.c | 637 struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb); in esp_output()
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 185 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr); 187 static int xfrm_bundle_ok(struct xfrm_dst *xdst); 2602 static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) in xfrm_alloc_dst() 2606 struct xfrm_dst *xdst; in xfrm_alloc_dst() 2635 static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path() 2644 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst() 2668 struct xfrm_dst **bundle, in xfrm_bundle_create() 2678 struct xfrm_dst *xdst_prev = NULL; in xfrm_bundle_create() 2679 struct xfrm_dst *xdst0 = NULL; in xfrm_bundle_create() 2696 struct xfrm_dst *xdst = xfrm_alloc_dst(net, family); in xfrm_bundle_create() [all …]
|
| H A D | xfrm_device.c | 415 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok()
|
| H A D | xfrm_iptfs.c | 1795 struct xfrm_dst *xdst = (struct xfrm_dst *)skb_dst(skb); in iptfs_get_cur_pmtu()
|
| /linux/include/net/ |
| H A D | xfrm.h | 384 struct xfrm_dst; 390 int (*fill_dst)(struct xfrm_dst *xdst, 1056 struct xfrm_dst { struct 1079 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() argument 1091 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child() 1099 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() 1104 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() 2092 struct xfrm_dst *xdst; in xfrm_dst_offload_ok() 2097 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
|
| /linux/net/core/ |
| H A D | dst.c | 108 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy()
|
| H A D | pktgen.c | 435 struct xfrm_dst xdst;
|
| /linux/net/netfilter/ |
| H A D | xt_policy.c | 94 dst = ((struct xfrm_dst *)dst)->child, i++) { in match_policy_out()
|
| H A D | nft_xfrm.c | 184 dst = ((const struct xfrm_dst *)dst)->child, i++) { in nft_xfrm_get_eval_out()
|
| H A D | nf_nat_proto.c | 635 dst = ((struct xfrm_dst *)dst)->route; in nf_xfrm_me_harder()
|