Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_gif.c87 #define V_ipv4_hashtbl VNET(ipv4_hashtbl) macro
91 #define GIF_HASH(src, dst) (V_ipv4_hashtbl[\
152 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()
343 if (V_ipv4_hashtbl == NULL) in in_gif_lookup()
454 if (V_ipv4_hashtbl != NULL) { in in_gif_uninit()
455 gif_hashdestroy(V_ipv4_hashtbl); in in_gif_uninit()
456 V_ipv4_hashtbl = NULL; in in_gif_uninit()
H A Dip_gre.c90 #define V_ipv4_hashtbl VNET(ipv4_hashtbl) macro
92 #define GRE_HASH(src, dst) (V_ipv4_hashtbl[\
162 if (V_ipv4_hashtbl == NULL) in in_gre_lookup()
210 if (V_ipv4_hashtbl == NULL) in in_gre_srcaddr()
472 if (V_ipv4_hashtbl == NULL) { in in_gre_ioctl()
473 V_ipv4_hashtbl = gre_hashinit(); in in_gre_ioctl()
587 if (V_ipv4_hashtbl != NULL) { in in_gre_uninit()
588 gre_hashdestroy(V_ipv4_hashtbl); in in_gre_uninit()
589 V_ipv4_hashtbl = NULL; in in_gre_uninit()