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

/linux-4.4.14/include/net/
H A Ddst.h528 static inline struct dst_entry *xfrm_lookup_route(struct net *net, 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/
H A Dxfrm_policy.c2351 /* Callers of xfrm_lookup_route() must ensure a call to dst_output().
2354 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, xfrm_lookup_route() function
2367 EXPORT_SYMBOL(xfrm_lookup_route); variable
/linux-4.4.14/net/ipv6/
H A Dip6_output.c1053 return xfrm_lookup_route(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); ip6_dst_lookup_flow()
/linux-4.4.14/net/ipv4/
H A Droute.c2403 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, ip_route_output_flow()

Completed in 130 milliseconds