/linux-4.1.27/include/net/ |
D | dst.h | 522 static inline struct dst_entry *xfrm_lookup(struct net *net, in xfrm_lookup() function 545 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig,
|
/linux-4.1.27/net/ipv6/ |
D | netfilter.c | 53 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), skb->sk, 0); in ip6_route_me_harder()
|
D | icmp.c | 349 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup() 368 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 597 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
|
D | ip6_vti.c | 444 dst = xfrm_lookup(t->net, dst, fl, NULL, 0); in vti6_xmit()
|
D | ndisc.c | 1496 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
|
D | ip6_gre.c | 644 ndst = xfrm_lookup(net, ndst, flowi6_to_flowi(fl6), NULL, 0); in ip6gre_xmit2()
|
D | ip6_tunnel.c | 1023 ndst = xfrm_lookup(net, ndst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit2()
|
D | route.c | 1397 dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0); in icmp6_dst_alloc()
|
/linux-4.1.27/net/ipv4/ |
D | netfilter.c | 62 dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), skb->sk, 0); in ip_route_me_harder()
|
D | icmp.c | 469 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup() 510 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
|
D | ip_vti.c | 167 dst = xfrm_lookup(tunnel->net, dst, fl, NULL, 0); in vti_xmit()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 166 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in nf_send_reset6()
|
D | ip6t_SYNPROXY.c | 66 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in synproxy_send_tcp()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 1907 dst = xfrm_lookup(xp_net(pol), dst->path, &fl, in xfrm_policy_queue_process() 1938 dst = xfrm_lookup(xp_net(pol), skb_dst(skb)->path, in xfrm_policy_queue_process() 2187 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function 2330 EXPORT_SYMBOL(xfrm_lookup); 2339 struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, in xfrm_lookup_route() 2615 dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, XFRM_LOOKUP_QUEUE); in __xfrm_route_forward()
|
/linux-4.1.27/net/netfilter/ |
D | nf_nat_core.c | 102 dst = xfrm_lookup(dev_net(dst->dev), dst, &fl, skb->sk, 0); in nf_xfrm_me_harder()
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 1281 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_key() 1297 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_sock()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 383 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()
|