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

/freebsd-12-stable/sys/netinet6/
H A Din6_gif.c93 #define V_ipv6_srchashtbl VNET(ipv6_srchashtbl) macro
98 #define GIF_SRCHASH(src) (V_ipv6_srchashtbl[\
238 V_ipv6_srchashtbl = gif_hashinit();
486 gif_hashdestroy(V_ipv6_srchashtbl);
H A Dip6_gre.c82 #define V_ipv6_srchashtbl VNET(ipv6_srchashtbl) macro
85 #define GRE_SRCHASH(src) (V_ipv6_srchashtbl[\
486 V_ipv6_srchashtbl = gre_hashinit();
592 gre_hashdestroy(V_ipv6_srchashtbl);

Completed in 107 milliseconds