Searched refs:__xfrm_dst_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/xfrm/ |
D | xfrm_device.c | 259 dst = __xfrm_dst_lookup(net, 0, 0, saddr, daddr, in xfrm_dev_state_add()
|
D | xfrm_policy.c | 254 struct dst_entry *__xfrm_dst_lookup(struct net *net, int tos, int oif, in __xfrm_dst_lookup() function 272 EXPORT_SYMBOL(__xfrm_dst_lookup); 294 dst = __xfrm_dst_lookup(net, tos, oif, saddr, daddr, family, mark); in xfrm_dst_lookup()
|
/linux-6.1.9/include/net/ |
D | xfrm.h | 1658 struct dst_entry *__xfrm_dst_lookup(struct net *net, int tos, int oif,
|