Home
last modified time | relevance | path

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

/netbsd/src/sys/netipsec/
Dkey.c1265 int must_check_spi = 1; in key_lookup_sa() local
1293 must_check_spi = 0; in key_lookup_sa()
1300 must_check_spi, ntohl(spi), in key_lookup_sa()
1329 if (must_check_spi && spi != sav->spi) { in key_lookup_sa()