Searched refs:xfrm_lookup_with_ifid (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | dst.h | 471 xfrm_lookup_with_ifid(struct net *net, struct dst_entry *dst_orig,  in xfrm_lookup_with_ifid()  function497 struct dst_entry *xfrm_lookup_with_ifid(struct net *net,
 
 | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_interface.c | 275 	dst = xfrm_lookup_with_ifid(xi->net, dst, fl, NULL, 0, xi->p.if_id);  in xfrmi_xmit2()
 | 
| D | xfrm_policy.c | 3017 struct dst_entry *xfrm_lookup_with_ifid(struct net *net,  in xfrm_lookup_with_ifid()  function3163 EXPORT_SYMBOL(xfrm_lookup_with_ifid);
 3174 	return xfrm_lookup_with_ifid(net, dst_orig, fl, sk, flags, 0);  in xfrm_lookup()
 
 |