ipsec_input.c | 186 spi_get(struct mbuf *m, int sproto, int skip) 191 switch (sproto) { 203 sproto); 215 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) 225 IPSEC_ISTAT(sproto, ESP_STAT_INPUT, AH_STAT_INPUT, 230 if ((sproto == IPPROTO_ESP && !esp_enable) || 231 (sproto == IPPROTO_AH && !ah_enable) || 232 (sproto == IPPROTO_IPCOMP && !ipcomp_enable)) { 234 IPSEC_ISTAT(sproto, ESP_STAT_PDROPS, AH_STAT_PDROPS, 241 IPSEC_ISTAT(sproto, ESP_STAT_HDROPS, AH_STAT_HDROPS 369 int prot, af __diagused, sproto; local in function:ipsec4_common_input_cb 510 int af __diagused, sproto; local in function:ipsec6_common_input_cb [all...] |