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

/linux-4.4.14/net/ipv6/
H A Dxfrm6_tunnel.c42 struct hlist_head spi_byaddr[XFRM6_TUNNEL_SPI_BYADDR_HSIZE]; member in struct:xfrm6_tunnel_net
93 &xfrm6_tn->spi_byaddr[xfrm6_tunnel_spi_hash_byaddr(saddr)], __xfrm6_tunnel_spi_lookup()
168 hlist_add_head_rcu(&x6spi->list_byaddr, &xfrm6_tn->spi_byaddr[index]); __xfrm6_tunnel_alloc_spi()
206 &xfrm6_tn->spi_byaddr[xfrm6_tunnel_spi_hash_byaddr(saddr)], xfrm6_tunnel_free_spi()
331 INIT_HLIST_HEAD(&xfrm6_tn->spi_byaddr[i]); xfrm6_tunnel_net_init()

Completed in 71 milliseconds