Searched refs:xfrm_find_acq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_state.c | 1802 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid, in xfrm_find_acq() function 1814 EXPORT_SYMBOL(xfrm_find_acq); variable
|
H A D | xfrm_user.c | 1390 x = xfrm_find_acq(net, &m, p->info.mode, p->info.reqid, in xfrm_alloc_userspi()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_state.c | 1988 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid, in xfrm_find_acq() function 2000 EXPORT_SYMBOL(xfrm_find_acq); variable
|
H A D | xfrm_user.c | 1607 x = xfrm_find_acq(net, &m, p->info.mode, p->info.reqid, in xfrm_alloc_userspi()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 1686 struct xfrm_state *xfrm_find_acq(struct net *net, const struct xfrm_mark *mark,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 1754 struct xfrm_state *xfrm_find_acq(struct net *net, const struct xfrm_mark *mark,
|
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 1370 x = xfrm_find_acq(net, &dummy_mark, mode, reqid, 0, proto, xdaddr, xsaddr, 1, family); in pfkey_getspi()
|
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 1365 x = xfrm_find_acq(net, &dummy_mark, mode, reqid, 0, proto, xdaddr, xsaddr, 1, family); in pfkey_getspi()
|
Completed in 33 milliseconds