Searched refs:xfrm_spi_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_state.c | 76 xfrm_spi_hash(struct net *net, const xfrm_address_t *daddr, in xfrm_spi_hash() function 983 unsigned int h = xfrm_spi_hash(net, daddr, spi, proto, family); in __xfrm_state_lookup_all() 1025 unsigned int h = xfrm_spi_hash(net, daddr, spi, proto, family); in __xfrm_state_lookup() 1304 h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, encap_family); in xfrm_state_find() 1434 h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, in __xfrm_state_insert() 2247 h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, x->props.family); in xfrm_alloc_spi()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_state.c | 75 xfrm_spi_hash(struct net *net, const xfrm_address_t *daddr, in xfrm_spi_hash() function 934 unsigned int h = xfrm_spi_hash(net, daddr, spi, proto, family); in __xfrm_state_lookup() 1148 h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, encap_family); in xfrm_state_find() 1260 h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, in __xfrm_state_insert() 2054 h = xfrm_spi_hash(net, &x->id.daddr, x->id.spi, x->id.proto, x->props.family); in xfrm_alloc_spi()
|
Completed in 10 milliseconds