Searched refs:xfrm_lookup_with_ifid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 471 xfrm_lookup_with_ifid(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_with_ifid() function 497 struct dst_entry *xfrm_lookup_with_ifid(struct net *net,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 503 xfrm_lookup_with_ifid(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_with_ifid() function 529 struct dst_entry *xfrm_lookup_with_ifid(struct net *net,
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_interface_core.c | 320 dst = xfrm_lookup_with_ifid(xi->net, dst, fl, NULL, 0, xi->p.if_id); in xfrmi_xmit2()
|
H A D | xfrm_policy.c | 3032 struct dst_entry *xfrm_lookup_with_ifid(struct net *net, in xfrm_lookup_with_ifid() function 3183 EXPORT_SYMBOL(xfrm_lookup_with_ifid); variable 3194 return xfrm_lookup_with_ifid(net, dst_orig, fl, sk, flags, 0); in xfrm_lookup()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_interface_core.c | 458 dst = xfrm_lookup_with_ifid(xi->net, dst, fl, NULL, 0, if_id); in xfrmi_xmit2()
|
H A D | xfrm_policy.c | 3115 struct dst_entry *xfrm_lookup_with_ifid(struct net *net, in xfrm_lookup_with_ifid() function 3266 EXPORT_SYMBOL(xfrm_lookup_with_ifid); variable 3277 return xfrm_lookup_with_ifid(net, dst_orig, fl, sk, flags, 0); in xfrm_lookup()
|
Completed in 17 milliseconds