Searched refs:xfrm_lookup_route (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | dst.h | 496 static inline struct dst_entry *xfrm_lookup_route(struct net *net, in xfrm_lookup_route() function 521 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig,
|
/linux-6.3-rc2/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 | 2880 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_vti.c | 487 dst = xfrm_lookup_route(t->net, dst, fl, NULL, 0); in vti6_xmit()
|
A D | ip6_output.c | 1246 return xfrm_lookup_route(net, dst, flowi6_to_flowi(fl6), sk, 0); in ip6_dst_lookup_flow()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 3275 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_route() function 3291 EXPORT_SYMBOL(xfrm_lookup_route);
|
Completed in 25 milliseconds