Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dnetfilter.c74 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()
Dicmp.c404 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()
Droute.c2770 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in ip_route_output_flow()
/linux-2.6.39/include/net/
Ddst.h429 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/
Dicmp.c327 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()
Dnetfilter.c42 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), skb->sk, 0); in ip6_route_me_harder()
Dip6_output.c1031 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()
Dndisc.c534 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()
Dmcast.c1426 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()
Dip6_tunnel.c911 dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit2()
/linux-2.6.39/net/ipv6/netfilter/
Dip6t_REJECT.c106 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in send_reset()
/linux-2.6.39/net/decnet/
Ddn_route.c1228 *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/
Dxfrm_policy.c1775 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/
Dip_vs_xmit.c215 dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0); in __ip_vs_route_output_v6()