Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dnetfilter.c68 dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), sk, 0); in ip_route_me_harder()
A Dicmp.c510 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup()
553 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
/linux-6.3-rc2/include/net/
A Ddst.h479 static inline struct dst_entry *xfrm_lookup(struct net *net, in xfrm_lookup() function
511 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig,
/linux-6.3-rc2/net/ipv6/ila/
A Dila_lwt.c83 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ila_output()
/linux-6.3-rc2/net/ipv6/
A Dnetfilter.c66 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in ip6_route_me_harder()
A Dicmp.c376 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup()
395 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
775 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
A Dndisc.c1701 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
A Dip6_tunnel.c1152 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit()
A Droute.c3281 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0); in icmp6_dst_alloc()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dnf_reject_ipv6.c323 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in nf_send_reset6()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c2859 dst = xfrm_lookup(net, xfrm_dst_path(dst), &fl, sk, XFRM_LOOKUP_QUEUE); in xfrm_policy_queue_process()
2894 dst = xfrm_lookup(net, xfrm_dst_path(skb_dst(skb)), &fl, skb->sk, 0); in xfrm_policy_queue_process()
3264 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function
3270 EXPORT_SYMBOL(xfrm_lookup);
3279 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route()
3782 dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, XFRM_LOOKUP_QUEUE); in __xfrm_route_forward()
/linux-6.3-rc2/net/netfilter/
A Dnf_nat_proto.c684 dst = xfrm_lookup(net, dst, &fl, sk, 0); in nf_xfrm_me_harder()
A Dnf_synproxy_core.c840 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in synproxy_send_tcp_ipv6()
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_xmit.c450 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()

Completed in 54 milliseconds