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