Searched refs:xfrm_lookup_with_ifid (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | dst.h | 489 xfrm_lookup_with_ifid(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_with_ifid() function 515 struct dst_entry *xfrm_lookup_with_ifid(struct net *net,
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_interface_core.c | 458 dst = xfrm_lookup_with_ifid(xi->net, dst, fl, NULL, 0, if_id); in xfrmi_xmit2()
|
A D | xfrm_policy.c | 3106 struct dst_entry *xfrm_lookup_with_ifid(struct net *net, in xfrm_lookup_with_ifid() function 3257 EXPORT_SYMBOL(xfrm_lookup_with_ifid); 3268 return xfrm_lookup_with_ifid(net, dst_orig, fl, sk, flags, 0); in xfrm_lookup()
|
Completed in 15 milliseconds