Searched refs:xfrm_lookup (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/net/ipv4/ |
D | netfilter.c | 74 dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), skb->sk, 0); in ip_route_me_harder() 108 dst = xfrm_lookup(dev_net(dst->dev), dst, &fl, skb->sk, 0); in ip_xfrm_me_harder()
|
D | icmp.c | 404 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup() 445 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
|
D | route.c | 2770 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in ip_route_output_flow()
|
/linux-2.6.39/include/net/ |
D | dst.h | 429 static inline struct dst_entry *xfrm_lookup(struct net *net, in xfrm_lookup() function 437 extern struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig,
|
/linux-2.6.39/net/ipv6/ |
D | icmp.c | 327 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0); in icmpv6_route_lookup() 346 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 561 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0); in icmpv6_echo_reply()
|
D | netfilter.c | 42 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), skb->sk, 0); in ip6_route_me_harder()
|
D | ip6_output.c | 1031 return xfrm_lookup(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); in ip6_dst_lookup_flow() 1067 return xfrm_lookup(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); in ip6_sk_dst_lookup_flow()
|
D | ndisc.c | 534 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_skb() 1547 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in ndisc_send_redirect()
|
D | mcast.c | 1426 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in mld_sendpack() 1798 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in igmp6_send()
|
D | ip6_tunnel.c | 911 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit2()
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 106 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in send_reset()
|
/linux-2.6.39/net/decnet/ |
D | dn_route.c | 1228 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_key() 1246 *pprt = xfrm_lookup(&init_net, *pprt, in dn_route_output_sock()
|
/linux-2.6.39/net/xfrm/ |
D | xfrm_policy.c | 1775 struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup() function 1934 EXPORT_SYMBOL(xfrm_lookup); 2201 dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, 0); in __xfrm_route_forward()
|
/linux-2.6.39/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 215 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()
|