Home
last modified time | relevance | path

Searched refs:V_ah_enable (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netipsec/
H A Dah_var.h91 #define V_ah_enable VNET(ah_enable) macro
H A Dipsec_output.c129 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec4_allocsa()
522 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) || in ipsec6_allocsa()
H A Dipsec_input.c137 (sproto == IPPROTO_AH && !V_ah_enable) || in ipsec_common_input()