Home
last modified time | relevance | path

Searched refs:xfrm_lookup_with_ifid (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/
Ddst.h479 xfrm_lookup_with_ifid(struct net *net, struct dst_entry *dst_orig, in xfrm_lookup_with_ifid() function
505 struct dst_entry *xfrm_lookup_with_ifid(struct net *net,
/Linux-v4.19/net/xfrm/
Dxfrm_interface.c320 dst = xfrm_lookup_with_ifid(xi->net, dst, fl, NULL, 0, xi->p.if_id); in xfrmi_xmit2()
Dxfrm_policy.c2043 struct dst_entry *xfrm_lookup_with_ifid(struct net *net, in xfrm_lookup_with_ifid() function
2189 EXPORT_SYMBOL(xfrm_lookup_with_ifid);
2200 return xfrm_lookup_with_ifid(net, dst_orig, fl, sk, flags, 0); in xfrm_lookup()