Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dxfrm6_tunnel.c77 struct xfrm6_tunnel_spi *x6spi; in __xfrm6_tunnel_spi_lookup() local
79 hlist_for_each_entry_rcu(x6spi, in __xfrm6_tunnel_spi_lookup()
83 return x6spi; in __xfrm6_tunnel_spi_lookup()
96 spi = x6spi ? x6spi->spi : 0; in xfrm6_tunnel_spi_lookup()
108 hlist_for_each_entry(x6spi, in __xfrm6_tunnel_spi_check()
111 if (x6spi->spi == spi) in __xfrm6_tunnel_spi_check()
148 if (!x6spi) in __xfrm6_tunnel_alloc_spi()
151 memcpy(&x6spi->addr, saddr, sizeof(x6spi->addr)); in __xfrm6_tunnel_alloc_spi()
152 x6spi->spi = spi; in __xfrm6_tunnel_alloc_spi()
170 if (x6spi) { in xfrm6_tunnel_alloc_spi()
[all …]