Searched refs:XFRM6_TUNNEL_SPI_BYADDR_HSIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv6/
H A Dxfrm6_tunnel.c22 #define XFRM6_TUNNEL_SPI_BYADDR_HSIZE 256 macro
29 struct hlist_head spi_byaddr[XFRM6_TUNNEL_SPI_BYADDR_HSIZE];
64 h &= XFRM6_TUNNEL_SPI_BYADDR_HSIZE - 1;
323 for (i = 0; i < XFRM6_TUNNEL_SPI_BYADDR_HSIZE; i++)
340 for (i = 0; i < XFRM6_TUNNEL_SPI_BYADDR_HSIZE; i++)

Completed in 212 milliseconds