Searched refs:xfrm_lookup_route (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
A D | dst.h | 502 static inline struct dst_entry *xfrm_lookup_route(struct net *net, in xfrm_lookup_route() function 527 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig,
|
/linux/net/ipv4/ |
A D | ip_vti.c | 214 dst = xfrm_lookup_route(tunnel->net, dst, fl, NULL, 0); in vti_xmit()
|
A D | route.c | 2857 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
|
/linux/net/ipv6/ |
A D | ip6_vti.c | 488 dst = xfrm_lookup_route(t->net, dst, fl, NULL, 0); in vti6_xmit()
|
A D | ip6_output.c | 1206 return xfrm_lookup_route(net, dst, flowi6_to_flowi(fl6), sk, 0); in ip6_dst_lookup_flow()
|
/linux/net/xfrm/ |
A D | xfrm_policy.c | 3194 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_route() function 3210 EXPORT_SYMBOL(xfrm_lookup_route);
|
Completed in 26 milliseconds