Searched refs:sproto (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/netipsec/ |
| HD | ipsec_input.c | 121 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input() argument 133 IPSEC_ISTAT(sproto, input); in ipsec_common_input() 137 IPSEC_ASSERT(sproto == IPPROTO_ESP || sproto == IPPROTO_AH || in ipsec_common_input() 138 sproto == IPPROTO_IPCOMP, in ipsec_common_input() 139 ("unexpected security protocol %u", sproto)); in ipsec_common_input() 141 if ((sproto == IPPROTO_ESP && !V_esp_enable) || in ipsec_common_input() 142 (sproto == IPPROTO_AH && !V_ah_enable) || in ipsec_common_input() 143 (sproto == IPPROTO_IPCOMP && !V_ipcomp_enable)) { in ipsec_common_input() 145 IPSEC_ISTAT(sproto, pdrops); in ipsec_common_input() 151 IPSEC_ISTAT(sproto, hdrops); in ipsec_common_input() [all …]
|
| /trueos/sys/net/ |
| HD | if_pfsync.h | 201 u_int8_t sproto; member
|
| /trueos/sys/netpfil/pf/ |
| HD | if_pfsync.c | 1212 tdb = gettdb(pt->spi, &pt->dst, pt->sproto); in pfsync_update_net_tdb()
|