Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddst.h519 static inline struct dst_entry *xfrm_lookup(struct net *net, in xfrm_lookup() function
543 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig,
/linux-4.4.14/net/ipv6/
Dnetfilter.c52 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), skb->sk, 0); in ip6_route_me_harder()
Dicmp.c350 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup()
369 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
604 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
Dip6_vti.c444 dst = xfrm_lookup(t->net, dst, fl, NULL, 0); in vti6_xmit()
Dndisc.c1526 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
Dip6_tunnel.c1082 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit2()
Dip6_gre.c644 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6gre_xmit2()
Droute.c1623 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0); in icmp6_dst_alloc()
/linux-4.4.14/net/ipv4/
Dnetfilter.c61 dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), skb->sk, 0); in ip_route_me_harder()
Dicmp.c491 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup()
534 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
Dip_vti.c167 dst = xfrm_lookup(tunnel->net, dst, fl, NULL, 0); in vti_xmit()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_reject_ipv6.c166 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in nf_send_reset6()
Dip6t_SYNPROXY.c67 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in synproxy_send_tcp()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1927 dst = xfrm_lookup(net, dst->path, &fl, sk, 0); in xfrm_policy_queue_process()
1957 dst = xfrm_lookup(net, skb_dst(skb)->path, &fl, skb->sk, 0); in xfrm_policy_queue_process()
2205 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function
2349 EXPORT_SYMBOL(xfrm_lookup);
2358 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route()
2635 dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, XFRM_LOOKUP_QUEUE); in __xfrm_route_forward()
/linux-4.4.14/net/netfilter/
Dnf_nat_core.c102 dst = xfrm_lookup(net, dst, &fl, skb->sk, 0); in nf_xfrm_me_harder()
/linux-4.4.14/net/decnet/
Ddn_route.c1286 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_key()
1302 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_sock()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_xmit.c387 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()