Home
last modified time | relevance | path

Searched defs:espstack (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c104 #define esp1dbg(espstack, a) if (espstack->ipsecesp_debug != 0) printf a argument
105 #define esp2dbg(espstack, a) if (espstack->ipsecesp_debug > 1) printf a argument
106 #define esp3dbg(espstack, a) if (espstack->ipsecesp_debug > 2) printf a argument
164 esp_kstat_init(ipsecesp_stack_t *espstack, netstackid_t stackid) in esp_kstat_init()
304 ipsecesp_stack_t *espstack = (ipsecesp_stack_t *)arg; in esp_ager() local
332 ipsecesp_stack_t *espstack = (ipsecesp_stack_t *)q->q_ptr; in ipsecesp_param_get() local
356 ipsecesp_stack_t *espstack = (ipsecesp_stack_t *)q->q_ptr; in ipsecesp_param_set() local
382 ipsecesp_stack_t *espstack = ns->netstack_ipsecesp; in ipsecesp_fill_defs() local
444 ipsecesp_stack_t *espstack; in ipsecesp_stack_init() local
487 ipsecesp_stack_t *espstack = (ipsecesp_stack_t *)arg; in ipsecesp_stack_fini() local
[all …]
H A Dip_sadb.c586 ipsecesp_stack_t *espstack; in ipsec_outbound_sa() local
801 ipsecesp_stack_t *espstack = ns->netstack_ipsecesp; in ipsec_inbound_esp_sa() local
H A Dsadb.c4002 ipsecesp_stack_t *espstack = assoc->ipsa_netstack->netstack_ipsecesp; local
5134 ipsecesp_stack_t *espstack = ns->netstack_ipsecesp; local
5463 ipsecesp_stack_t *espstack = ns->netstack_ipsecesp; local
7433 ipsecesp_stack_t *espstack = ns->netstack_ipsecesp; local
7984 ipsecesp_stack_t *espstack)
/illumos-gate/usr/src/uts/common/inet/
H A Dipsecesp.h79 #define ESP_BUMP_STAT(espstack, x) \ argument
86 #define ESP_DEBUMP_STAT(espstack, x) \ argument