Searched refs:V_ipcomp_enable (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netipsec/
H A Dipcomp_var.h75 #define V_ipcomp_enable VNET(ipcomp_enable) macro
H A Dipsec_output.c123 (isr->saidx.proto == IPPROTO_IPCOMP && !V_ipcomp_enable)) {
423 (isr->saidx.proto == IPPROTO_IPCOMP && !V_ipcomp_enable)) {
H A Dxform_ipcomp.c687 if (V_ipcomp_enable == 0)
722 if (V_ipcomp_enable == 0)
H A Dipsec_input.c136 (sproto == IPPROTO_IPCOMP && !V_ipcomp_enable)) {

Completed in 108 milliseconds