Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_ipsec.c111 #define V_ipsec_idhtbl VNET(ipsec_idhtbl) macro
129 return (&V_ipsec_idhtbl[fnv_32_buf(&id, sizeof(id), in ipsec_idhash()
273 V_ipsec_idhtbl = ipsec_hashinit(); in vnet_ipsec_init()
297 free(V_ipsec_idhtbl, M_IPSEC); in vnet_ipsec_uninit()
302 V_ipsec_idhtbl = NULL; in vnet_ipsec_uninit()
818 if (V_ipsec_idhtbl == NULL) in ipsec_srcaddr()