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

/linux-master/include/net/
H A Ddst.h502 static inline struct dst_entry *xfrm_lookup_route(struct net *net, function
527 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig,
/linux-master/net/ipv4/
H A Dip_vti.c214 dst = xfrm_lookup_route(tunnel->net, dst, fl, NULL, 0);
H A Droute.c2880 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst,
/linux-master/net/ipv6/
H A Dip6_vti.c487 dst = xfrm_lookup_route(t->net, dst, fl, NULL, 0);
H A Dip6_output.c1256 return xfrm_lookup_route(net, dst, flowi6_to_flowi(fl6), sk, 0);
/linux-master/net/xfrm/
H A Dxfrm_policy.c3297 /* Callers of xfrm_lookup_route() must ensure a call to dst_output().
3300 struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, function
3316 EXPORT_SYMBOL(xfrm_lookup_route); variable

Completed in 854 milliseconds