Symbol: xfrm_dst
include/net/xfrm.h
1099
const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst;
include/net/xfrm.h
1111
struct xfrm_dst *xdst = (struct xfrm_dst *) dst;
include/net/xfrm.h
1119
static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child)
include/net/xfrm.h
1124
static inline void xfrm_dst_destroy(struct xfrm_dst *xdst)
include/net/xfrm.h
2146
struct xfrm_dst *xdst;
include/net/xfrm.h
2151
xdst = (struct xfrm_dst *) dst;
include/net/xfrm.h
386
struct xfrm_dst;
include/net/xfrm.h
392
int (*fill_dst)(struct xfrm_dst *xdst,
net/core/dst.c
108
struct xfrm_dst *xdst = (struct xfrm_dst *) dst;
net/core/pktgen.c
435
struct xfrm_dst xdst;
net/ipv4/esp4.c
642
struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb);
net/ipv4/xfrm4_policy.c
100
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/ipv4/xfrm4_policy.c
109
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/ipv4/xfrm4_policy.c
117
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/ipv4/xfrm4_policy.c
66
static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
net/ipv6/esp6.c
674
struct xfrm_dst *dst = (struct xfrm_dst *)skb_dst(skb);
net/ipv6/xfrm6_policy.c
112
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/ipv6/xfrm6_policy.c
121
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/ipv6/xfrm6_policy.c
129
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/ipv6/xfrm6_policy.c
140
struct xfrm_dst *xdst;
net/ipv6/xfrm6_policy.c
142
xdst = (struct xfrm_dst *)dst;
net/ipv6/xfrm6_policy.c
151
xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst);
net/ipv6/xfrm6_policy.c
80
static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
net/netfilter/nf_nat_proto.c
615
dst = ((struct xfrm_dst *)dst)->route;
net/netfilter/nft_xfrm.c
184
dst = ((const struct xfrm_dst *)dst)->child, i++) {
net/netfilter/xt_policy.c
94
dst = ((struct xfrm_dst *)dst)->child, i++) {
net/xfrm/xfrm_device.c
424
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/xfrm/xfrm_iptfs.c
1798
struct xfrm_dst *xdst = (struct xfrm_dst *)skb_dst(skb);
net/xfrm/xfrm_policy.c
185
static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
net/xfrm/xfrm_policy.c
187
static int xfrm_bundle_ok(struct xfrm_dst *xdst);
net/xfrm/xfrm_policy.c
2596
static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family)
net/xfrm/xfrm_policy.c
2600
struct xfrm_dst *xdst;
net/xfrm/xfrm_policy.c
2629
static void xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst,
net/xfrm/xfrm_policy.c
2638
static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
net/xfrm/xfrm_policy.c
2662
struct xfrm_dst **bundle,
net/xfrm/xfrm_policy.c
2672
struct xfrm_dst *xdst_prev = NULL;
net/xfrm/xfrm_policy.c
2673
struct xfrm_dst *xdst0 = NULL;
net/xfrm/xfrm_policy.c
2690
struct xfrm_dst *xdst = xfrm_alloc_dst(net, family);
net/xfrm/xfrm_policy.c
2780
for (xdst_prev = xdst0; xdst_prev != (struct xfrm_dst *)dst;
net/xfrm/xfrm_policy.c
2781
xdst_prev = (struct xfrm_dst *) xfrm_dst_child(&xdst_prev->u.dst)) {
net/xfrm/xfrm_policy.c
2852
static struct xfrm_dst *
net/xfrm/xfrm_policy.c
2859
struct xfrm_dst *bundle[XFRM_MAX_DEPTH];
net/xfrm/xfrm_policy.c
2860
struct xfrm_dst *xdst;
net/xfrm/xfrm_policy.c
2881
xdst = (struct xfrm_dst *)dst;
net/xfrm/xfrm_policy.c
2981
struct xfrm_dst *xdst = (struct xfrm_dst *) dst;
net/xfrm/xfrm_policy.c
3019
static struct xfrm_dst *xfrm_create_dummy_bundle(struct net *net,
net/xfrm/xfrm_policy.c
3029
struct xfrm_dst *xdst;
net/xfrm/xfrm_policy.c
3058
xfrm_init_path((struct xfrm_dst *)dst1, dst, 0);
net/xfrm/xfrm_policy.c
3078
static struct xfrm_dst *xfrm_bundle_lookup(struct net *net,
net/xfrm/xfrm_policy.c
3085
struct xfrm_dst *xdst;
net/xfrm/xfrm_policy.c
3173
struct xfrm_dst *xdst;
net/xfrm/xfrm_policy.c
3943
return !xfrm_bundle_ok((struct xfrm_dst *)dst);
net/xfrm/xfrm_policy.c
3967
static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr)
net/xfrm/xfrm_policy.c
3970
struct xfrm_dst *xdst = bundle[nr];
net/xfrm/xfrm_policy.c
3994
static int xfrm_bundle_ok(struct xfrm_dst *first)
net/xfrm/xfrm_policy.c
3996
struct xfrm_dst *bundle[XFRM_MAX_DEPTH];
net/xfrm/xfrm_policy.c
3998
struct xfrm_dst *xdst;
net/xfrm/xfrm_policy.c
4002
if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) ||
net/xfrm/xfrm_policy.c
4011
struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
net/xfrm/xfrm_policy.c
4218
xfrm_dst_cache = KMEM_CACHE(xfrm_dst, SLAB_HWCACHE_ALIGN | SLAB_PANIC);