Symbol: xfrm_lookup
include/net/dst.h
537
struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig,
net/ipv4/icmp.c
527
dst = xfrm_lookup(net, &rt->dst,
net/ipv4/icmp.c
602
dst2 = xfrm_lookup(net, &rt2->dst, flowi4_to_flowi(&fl4_dec), NULL,
net/ipv4/netfilter.c
73
dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), sk, 0);
net/ipv6/icmp.c
381
dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0);
net/ipv6/icmp.c
400
dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP);
net/ipv6/icmp.c
992
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0);
net/ipv6/ila/ila_lwt.c
85
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/ip6_tunnel.c
1181
dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0);
net/ipv6/ndisc.c
1698
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/netfilter.c
71
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0);
net/ipv6/netfilter/nf_reject_ipv6.c
354
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/route.c
3366
dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0);
net/netfilter/ipvs/ip_vs_xmit.c
470
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/netfilter/nf_nat_proto.c
622
dst = xfrm_lookup(net, dst, &fl, sk, 0);
net/netfilter/nf_synproxy_core.c
850
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/xfrm/xfrm_policy.c
2919
dst = xfrm_lookup(net, xfrm_dst_path(dst), &fl, sk, XFRM_LOOKUP_QUEUE);
net/xfrm/xfrm_policy.c
2954
dst = xfrm_lookup(net, xfrm_dst_path(skb_dst(skb)), &fl, skb->sk, 0);
net/xfrm/xfrm_policy.c
3332
EXPORT_SYMBOL(xfrm_lookup);
net/xfrm/xfrm_policy.c
3341
struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk,
net/xfrm/xfrm_policy.c
3654
dst2 = xfrm_lookup(net, dst, &fl1, NULL, (XFRM_LOOKUP_QUEUE | XFRM_LOOKUP_ICMP));
net/xfrm/xfrm_policy.c
3896
dst = xfrm_lookup(net, dst, &fl, NULL, XFRM_LOOKUP_QUEUE);