Home
last modified time | relevance | path

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

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