Searched refs:sproto (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/netipsec/ |
H A D | ipsec_input.c | 186 spi_get(struct mbuf *m, int sproto, int skip) in spi_get() argument 191 switch (sproto) { in spi_get() 203 sproto); in spi_get() 215 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input() argument 225 IPSEC_ISTAT(sproto, ESP_STAT_INPUT, AH_STAT_INPUT, in ipsec_common_input() 230 if ((sproto == IPPROTO_ESP && !esp_enable) || in ipsec_common_input() 231 (sproto == IPPROTO_AH && !ah_enable) || in ipsec_common_input() 232 (sproto == IPPROTO_IPCOMP && !ipcomp_enable)) { in ipsec_common_input() 234 IPSEC_ISTAT(sproto, ESP_STAT_PDROPS, AH_STAT_PDROPS, in ipsec_common_input() 241 IPSEC_ISTAT(sproto, ESP_STAT_HDROPS, AH_STAT_HDROPS, in ipsec_common_input() [all …]
|
/netbsd-src/sys/dist/pf/net/ |
H A D | if_pfsync.h | 42 u_int8_t sproto; member
|