Searched refs:V_ipv6_hashtbl (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet6/
H A Din6_gif.c92 #define V_ipv6_hashtbl VNET(ipv6_hashtbl) macro
96 #define GIF_HASH(src, dst) (V_ipv6_hashtbl[\
157 if (V_ipv6_hashtbl == NULL)
236 if (V_ipv6_hashtbl == NULL) {
237 V_ipv6_hashtbl = gif_hashinit();
364 if (V_ipv6_hashtbl == NULL)
482 if (V_ipv6_hashtbl != NULL) {
483 gif_hashdestroy(V_ipv6_hashtbl);
484 V_ipv6_hashtbl = NULL;
H A Dip6_gre.c81 #define V_ipv6_hashtbl VNET(ipv6_hashtbl) macro
83 #define GRE_HASH(src, dst) (V_ipv6_hashtbl[\
153 if (V_ipv6_hashtbl == NULL)
202 if (V_ipv6_hashtbl == NULL)
484 if (V_ipv6_hashtbl == NULL) {
485 V_ipv6_hashtbl = gre_hashinit();
588 if (V_ipv6_hashtbl != NULL) {
589 gre_hashdestroy(V_ipv6_hashtbl);
590 V_ipv6_hashtbl = NULL;

Completed in 93 milliseconds