Home
last modified time | relevance | path

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

/f-stack/freebsd/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) in in6_gif_srcaddr()
236 if (V_ipv6_hashtbl == NULL) { in in6_gif_ioctl()
237 V_ipv6_hashtbl = gif_hashinit(); in in6_gif_ioctl()
364 if (V_ipv6_hashtbl == NULL) in in6_gif_lookup()
478 if (V_ipv6_hashtbl != NULL) { in in6_gif_uninit()
479 gif_hashdestroy(V_ipv6_hashtbl); in in6_gif_uninit()
480 V_ipv6_hashtbl = NULL; in in6_gif_uninit()
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) in in6_gre_lookup()
202 if (V_ipv6_hashtbl == NULL) in in6_gre_srcaddr()
483 if (V_ipv6_hashtbl == NULL) { in in6_gre_ioctl()
484 V_ipv6_hashtbl = gre_hashinit(); in in6_gre_ioctl()
587 if (V_ipv6_hashtbl != NULL) { in in6_gre_uninit()
588 gre_hashdestroy(V_ipv6_hashtbl); in in6_gre_uninit()
589 V_ipv6_hashtbl = NULL; in in6_gre_uninit()