Searched refs:V_ipv6_hashtbl (Results 1 – 2 of 2) sorted by relevance
91 #define V_ipv6_hashtbl VNET(ipv6_hashtbl) macro95 #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()
80 #define V_ipv6_hashtbl VNET(ipv6_hashtbl) macro82 #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()