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

/freebsd-current/sys/netinet/
H A Din_gif.c87 #define V_ipv4_srchashtbl VNET(ipv4_srchashtbl) macro
92 #define GIF_SRCHASH(src) (V_ipv4_srchashtbl[\
223 V_ipv4_srchashtbl = gif_hashinit();
445 gif_hashdestroy(V_ipv4_srchashtbl);
H A Dip_gre.c90 #define V_ipv4_srchashtbl VNET(ipv4_srchashtbl) macro
93 #define GRE_SRCHASH(src) (V_ipv4_srchashtbl[\
462 V_ipv4_srchashtbl = gre_hashinit();
579 gre_hashdestroy(V_ipv4_srchashtbl);

Completed in 58 milliseconds