Home
last modified time | relevance | path

Searched refs:xfrm_lookup (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv6/
H A Dnetfilter.c71 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in ip6_route_me_harder()
H A Dicmp.c381 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup()
400 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
992 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
H A Dndisc.c1701 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
H A Dip6_tunnel.c1184 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit()
H A Droute.c3372 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_dst_gc()
/linux/net/ipv6/ila/
H A Dila_lwt.c85 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ila_output()
/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c358 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in nf_send_reset6()
/linux/net/xfrm/
H A Dxfrm_policy.c2925 dst = xfrm_lookup(net, xfrm_dst_path(dst), &fl, sk, XFRM_LOOKUP_QUEUE); in xfrm_policy_queue_process()
2960 dst = xfrm_lookup(net, xfrm_dst_path(skb_dst(skb)), &fl, skb->sk, 0); in xfrm_policy_queue_process()
3336 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function
3342 EXPORT_SYMBOL(xfrm_lookup);
3351 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route()
3664 dst2 = xfrm_lookup(net, dst, &fl1, NULL, (XFRM_LOOKUP_QUEUE | XFRM_LOOKUP_ICMP)); in xfrm_out_fwd_icmp()
3906 dst = xfrm_lookup(net, dst, &fl, NULL, XFRM_LOOKUP_QUEUE); in __xfrm_route_forward()
/linux/net/ipv4/
H A Dicmp.c527 dst = xfrm_lookup(net, &rt->dst, in icmp_route_lookup()
605 dst2 = xfrm_lookup(net, &rt2->dst, flowi4_to_flowi(&fl4_dec), NULL, in icmp_route_lookup()
/linux/net/netfilter/
H A Dnf_nat_proto.c622 dst = xfrm_lookup(net, dst, &fl, sk, 0); in nf_xfrm_me_harder()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c470 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()