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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_tunnel.c58 static struct hlist_head xfrm6_tunnel_spi_byaddr[XFRM6_TUNNEL_SPI_BYADDR_HSIZE]; variable in typeref:struct:hlist_head
92 INIT_HLIST_HEAD(&xfrm6_tunnel_spi_byaddr[i]);
103 if (!hlist_empty(&xfrm6_tunnel_spi_byaddr[i]))
120 &xfrm6_tunnel_spi_byaddr[xfrm6_tunnel_spi_hash_byaddr(saddr)],
194 hlist_add_head(&x6spi->list_byaddr, &xfrm6_tunnel_spi_byaddr[index]);
226 &xfrm6_tunnel_spi_byaddr[xfrm6_tunnel_spi_hash_byaddr(saddr)],

Completed in 52 milliseconds