Searched refs:xfrm_lookup_route (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/ |
D | dst.h | 528 static inline struct dst_entry *xfrm_lookup_route(struct net *net, in xfrm_lookup_route() function 547 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig,
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 2354 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_route() function 2367 EXPORT_SYMBOL(xfrm_lookup_route);
|
/linux-4.4.14/net/ipv6/ |
D | ip6_output.c | 1053 return xfrm_lookup_route(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); in ip6_dst_lookup_flow()
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 2403 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
|