Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dnetfilter.c69 dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), sk, 0); in ip_route_me_harder()
Dicmp.c514 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup()
557 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
/Linux-v5.15/include/net/
Ddst.h485 static inline struct dst_entry *xfrm_lookup(struct net *net, in xfrm_lookup() function
517 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig,
/Linux-v5.15/net/ipv6/
Dnetfilter.c61 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in ip6_route_me_harder()
Dicmp.c382 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup()
401 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
779 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
Dndisc.c1633 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
Dip6_tunnel.c1149 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit()
Droute.c3292 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0); in icmp6_dst_alloc()
/Linux-v5.15/net/ipv6/ila/
Dila_lwt.c83 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ila_output()
/Linux-v5.15/net/ipv6/netfilter/
Dnf_reject_ipv6.c323 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in nf_send_reset6()
/Linux-v5.15/net/xfrm/
Dxfrm_policy.c2780 dst = xfrm_lookup(net, xfrm_dst_path(dst), &fl, sk, XFRM_LOOKUP_QUEUE); in xfrm_policy_queue_process()
2815 dst = xfrm_lookup(net, xfrm_dst_path(skb_dst(skb)), &fl, skb->sk, 0); in xfrm_policy_queue_process()
3185 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function
3191 EXPORT_SYMBOL(xfrm_lookup);
3200 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route()
3676 dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, XFRM_LOOKUP_QUEUE); in __xfrm_route_forward()
/Linux-v5.15/net/decnet/
Ddn_route.c1275 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_key()
1291 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_sock()
/Linux-v5.15/net/netfilter/
Dnf_nat_proto.c684 dst = xfrm_lookup(net, dst, &fl, sk, 0); in nf_xfrm_me_harder()
Dnf_synproxy_core.c863 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in synproxy_send_tcp_ipv6()
/Linux-v5.15/net/netfilter/ipvs/
Dip_vs_xmit.c450 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()