Searched refs:V_ipv4_hashtbl (Results 1 – 2 of 2) sorted by relevance
86 #define V_ipv4_hashtbl VNET(ipv4_hashtbl) macro90 #define GIF_HASH(src, dst) (V_ipv4_hashtbl[\151 if (V_ipv4_hashtbl == NULL) in in_gif_srcaddr()221 if (V_ipv4_hashtbl == NULL) { in in_gif_ioctl()222 V_ipv4_hashtbl = gif_hashinit(); in in_gif_ioctl()330 if (V_ipv4_hashtbl == NULL) in in_gif_lookup()441 if (V_ipv4_hashtbl != NULL) { in in_gif_uninit()442 gif_hashdestroy(V_ipv4_hashtbl); in in_gif_uninit()443 V_ipv4_hashtbl = NULL; in in_gif_uninit()
89 #define V_ipv4_hashtbl VNET(ipv4_hashtbl) macro91 #define GRE_HASH(src, dst) (V_ipv4_hashtbl[\161 if (V_ipv4_hashtbl == NULL) in in_gre_lookup()209 if (V_ipv4_hashtbl == NULL) in in_gre_srcaddr()460 if (V_ipv4_hashtbl == NULL) { in in_gre_ioctl()461 V_ipv4_hashtbl = gre_hashinit(); in in_gre_ioctl()575 if (V_ipv4_hashtbl != NULL) { in in_gre_uninit()576 gre_hashdestroy(V_ipv4_hashtbl); in in_gre_uninit()577 V_ipv4_hashtbl = NULL; in in_gre_uninit()