Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Desp_var.h83 #define V_esp_enable VNET(esp_enable) macro
H A Dipsec_output.c123 if ((isr->saidx.proto == IPPROTO_ESP && !V_esp_enable) || in ipsec4_allocsa()
436 if ((isr->saidx.proto == IPPROTO_ESP && !V_esp_enable) || in ipsec6_allocsa()
H A Dipsec_input.c133 if ((sproto == IPPROTO_ESP && !V_esp_enable) || in ipsec_common_input()