Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_gif.c91 #define V_ipv6_hashtbl VNET(ipv6_hashtbl) macro
95 #define GIF_HASH(src, dst) (V_ipv6_hashtbl[\
156 if (V_ipv6_hashtbl == NULL) in in6_gif_srcaddr()
235 if (V_ipv6_hashtbl == NULL) { in in6_gif_ioctl()
236 V_ipv6_hashtbl = gif_hashinit(); in in6_gif_ioctl()
348 if (V_ipv6_hashtbl == NULL) in in6_gif_lookup()
462 if (V_ipv6_hashtbl != NULL) { in in6_gif_uninit()
463 gif_hashdestroy(V_ipv6_hashtbl); in in6_gif_uninit()
464 V_ipv6_hashtbl = NULL; in in6_gif_uninit()
H A Dip6_gre.c80 #define V_ipv6_hashtbl VNET(ipv6_hashtbl) macro
82 #define GRE_HASH(src, dst) (V_ipv6_hashtbl[\
152 if (V_ipv6_hashtbl == NULL) in in6_gre_lookup()
201 if (V_ipv6_hashtbl == NULL) in in6_gre_srcaddr()
467 if (V_ipv6_hashtbl == NULL) { in in6_gre_ioctl()
468 V_ipv6_hashtbl = gre_hashinit(); in in6_gre_ioctl()
571 if (V_ipv6_hashtbl != NULL) { in in6_gre_uninit()
572 gre_hashdestroy(V_ipv6_hashtbl); in in6_gre_uninit()
573 V_ipv6_hashtbl = NULL; in in6_gre_uninit()