Searched refs:espinfo (Results 1 – 1 of 1) sorted by relevance
40 const struct xt_esp *espinfo = par->matchinfo; in esp_mt() local56 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() local64 if (espinfo->invflags & ~XT_ESP_INV_MASK) { in esp_mt_check()65 pr_debug("unknown flags %X\n", espinfo->invflags); in esp_mt_check()