spi_byaddr         29 net/ipv6/xfrm6_tunnel.c 	struct hlist_head spi_byaddr[XFRM6_TUNNEL_SPI_BYADDR_HSIZE];
spi_byaddr         80 net/ipv6/xfrm6_tunnel.c 			     &xfrm6_tn->spi_byaddr[xfrm6_tunnel_spi_hash_byaddr(saddr)],
spi_byaddr        158 net/ipv6/xfrm6_tunnel.c 	hlist_add_head_rcu(&x6spi->list_byaddr, &xfrm6_tn->spi_byaddr[index]);
spi_byaddr        196 net/ipv6/xfrm6_tunnel.c 				  &xfrm6_tn->spi_byaddr[xfrm6_tunnel_spi_hash_byaddr(saddr)],
spi_byaddr        321 net/ipv6/xfrm6_tunnel.c 		INIT_HLIST_HEAD(&xfrm6_tn->spi_byaddr[i]);
spi_byaddr        338 net/ipv6/xfrm6_tunnel.c 		WARN_ON_ONCE(!hlist_empty(&xfrm6_tn->spi_byaddr[i]));