Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddst.h528 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/
Dxfrm_policy.c2354 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/
Dip6_output.c1053 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/
Droute.c2403 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()