Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dxfrm6_tunnel.c90 struct xfrm6_tunnel_spi *x6spi; in __xfrm6_tunnel_spi_lookup() local
92 hlist_for_each_entry_rcu(x6spi, in __xfrm6_tunnel_spi_lookup()
95 if (xfrm6_addr_equal(&x6spi->addr, saddr)) in __xfrm6_tunnel_spi_lookup()
96 return x6spi; in __xfrm6_tunnel_spi_lookup()
104 struct xfrm6_tunnel_spi *x6spi; in xfrm6_tunnel_spi_lookup() local
108 x6spi = __xfrm6_tunnel_spi_lookup(net, saddr); in xfrm6_tunnel_spi_lookup()
109 spi = x6spi ? x6spi->spi : 0; in xfrm6_tunnel_spi_lookup()
118 struct xfrm6_tunnel_spi *x6spi; in __xfrm6_tunnel_spi_check() local
121 hlist_for_each_entry(x6spi, in __xfrm6_tunnel_spi_check()
124 if (x6spi->spi == spi) in __xfrm6_tunnel_spi_check()
[all …]