Searched refs:xfrm_lookup_route (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/ |
H A D | dst.h | 519 static inline struct dst_entry *xfrm_lookup_route(struct net *net, in xfrm_lookup_route() function 544 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig,
|
/openbmc/linux/net/ipv4/ |
H A D | ip_vti.c | 214 dst = xfrm_lookup_route(tunnel->net, dst, fl, NULL, 0); in vti_xmit()
|
H A D | route.c | 2900 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_vti.c | 487 dst = xfrm_lookup_route(t->net, dst, fl, NULL, 0); in vti6_xmit()
|
H A D | ip6_output.c | 1263 return xfrm_lookup_route(net, dst, flowi6_to_flowi(fl6), sk, 0); in ip6_dst_lookup_flow()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 3308 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_route() function 3324 EXPORT_SYMBOL(xfrm_lookup_route);
|