Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dxt_esp.c40 const struct xt_esp *espinfo = par->matchinfo; in esp_mt() local
56 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi), in esp_mt()
57 !!(espinfo->invflags & XT_ESP_INV_SPI)); in esp_mt()
62 const struct xt_esp *espinfo = par->matchinfo; in esp_mt_check() local
64 if (espinfo->invflags & ~XT_ESP_INV_MASK) { in esp_mt_check()
65 pr_debug("unknown flags %X\n", espinfo->invflags); in esp_mt_check()

Completed in 4 milliseconds