Home
last modified time | relevance | path

Searched refs:xfrm_lookup_route (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Ddst.h486 static inline struct dst_entry *xfrm_lookup_route(struct net *net, in xfrm_lookup_route() function
511 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig,
/Linux-v4.19/net/xfrm/
Dxfrm_policy.c2207 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_route() function
2223 EXPORT_SYMBOL(xfrm_lookup_route);
/Linux-v4.19/net/ipv6/
Dip6_output.c1083 return xfrm_lookup_route(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); in ip6_dst_lookup_flow()
/Linux-v4.19/net/ipv4/
Droute.c2593 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()