Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_me.c101 #define V_me_hashtbl VNET(me_hashtbl) macro
103 #define ME_HASH(src, dst) (V_me_hashtbl[\
178 if (V_me_hashtbl != NULL) { in vnet_me_uninit()
179 free(V_me_hashtbl, M_IFME); in vnet_me_uninit()
180 V_me_hashtbl = NULL; in vnet_me_uninit()
347 if (V_me_hashtbl == NULL) in me_lookup()
391 if (V_me_hashtbl == NULL) in me_srcaddr()
410 if (V_me_hashtbl == NULL) { in me_set_tunnel()
411 V_me_hashtbl = me_hashinit(); in me_set_tunnel()