Searched refs:__xfrm_spi_hash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_hash.h | 119 __xfrm_spi_hash(const xfrm_address_t *daddr, __be32 spi, u8 proto, in __xfrm_spi_hash() function
|
H A D | xfrm_state.c | 78 return __xfrm_spi_hash(daddr, spi, proto, family, net->xfrm.state_hmask); in xfrm_spi_hash() 104 h = __xfrm_spi_hash(&x->id.daddr, x->id.spi, in xfrm_hash_transfer()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_hash.h | 119 __xfrm_spi_hash(const xfrm_address_t *daddr, __be32 spi, u8 proto, in __xfrm_spi_hash() function
|
H A D | xfrm_state.c | 79 return __xfrm_spi_hash(daddr, spi, proto, family, net->xfrm.state_hmask); in xfrm_spi_hash() 130 h = __xfrm_spi_hash(&x->id.daddr, x->id.spi, in xfrm_hash_transfer()
|
Completed in 9 milliseconds