Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_esp.c43 const struct xt_esp *espinfo = par->matchinfo; in esp_mt() local
59 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi), in esp_mt()
60 !!(espinfo->invflags & XT_ESP_INV_SPI)); in esp_mt()
65 const struct xt_esp *espinfo = par->matchinfo; in esp_mt_check() local
67 if (espinfo->invflags & ~XT_ESP_INV_MASK) { in esp_mt_check()
68 pr_debug("unknown flags %X\n", espinfo->invflags); in esp_mt_check()