Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_me.c99 #define V_me_hashtbl VNET(me_hashtbl) macro
101 #define ME_HASH(src, dst) (V_me_hashtbl[\
176 if (V_me_hashtbl != NULL) { in vnet_me_uninit()
177 free(V_me_hashtbl, M_IFME); in vnet_me_uninit()
178 V_me_hashtbl = NULL; in vnet_me_uninit()
345 if (V_me_hashtbl == NULL) in me_lookup()
389 if (V_me_hashtbl == NULL) in me_srcaddr()
409 if (V_me_hashtbl == NULL) { in me_set_tunnel()
410 V_me_hashtbl = me_hashinit(); in me_set_tunnel()