Searched refs:xfrm_lookup (Results 1 – 16 of 16) sorted by relevance
/net/ipv4/ |
D | netfilter.c | 65 dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), sk, 0); in ip_route_me_harder()
|
D | icmp.c | 492 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup() 535 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
|
D | ip_vti.c | 195 dst = xfrm_lookup(tunnel->net, dst, fl, NULL, 0); in vti_xmit()
|
/net/ipv6/ |
D | icmp.c | 358 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup() 377 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 733 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
|
D | netfilter.c | 59 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in ip6_route_me_harder()
|
D | ip6_vti.c | 456 dst = xfrm_lookup(t->net, dst, fl, NULL, 0); in vti6_xmit()
|
D | ndisc.c | 1621 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
|
D | ip6_tunnel.c | 1106 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit()
|
D | route.c | 3163 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0); in icmp6_dst_alloc()
|
/net/ipv6/ila/ |
D | ila_lwt.c | 83 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ila_output()
|
/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 165 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in nf_send_reset6()
|
/net/xfrm/ |
D | xfrm_policy.c | 2775 dst = xfrm_lookup(net, xfrm_dst_path(dst), &fl, sk, XFRM_LOOKUP_QUEUE); in xfrm_policy_queue_process() 2805 dst = xfrm_lookup(net, xfrm_dst_path(skb_dst(skb)), &fl, skb->sk, 0); in xfrm_policy_queue_process() 3170 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function 3176 EXPORT_SYMBOL(xfrm_lookup); 3185 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route() 3689 dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, XFRM_LOOKUP_QUEUE); in __xfrm_route_forward()
|
/net/decnet/ |
D | dn_route.c | 1274 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_key() 1290 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_sock()
|
/net/netfilter/ |
D | nf_nat_core.c | 171 dst = xfrm_lookup(net, dst, &fl, sk, 0); in nf_xfrm_me_harder()
|
D | nf_synproxy_core.c | 859 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in synproxy_send_tcp_ipv6()
|
/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 453 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()
|