Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_ipsec.c110 #define V_ipsec_idhtbl VNET(ipsec_idhtbl) macro
128 return (&V_ipsec_idhtbl[fnv_32_buf(&id, sizeof(id), in ipsec_idhash()
272 V_ipsec_idhtbl = ipsec_hashinit(); in vnet_ipsec_init()
296 free(V_ipsec_idhtbl, M_IPSEC); in vnet_ipsec_uninit()
301 V_ipsec_idhtbl = NULL; in vnet_ipsec_uninit()
826 if (V_ipsec_idhtbl == NULL) in ipsec_srcaddr()