Searched refs:gre_hashdestroy (Results 1 – 4 of 4) sorted by relevance
571 gre_hashdestroy(V_ipv6_hashtbl); in in6_gre_uninit()574 gre_hashdestroy(V_ipv6_srchashtbl); in in6_gre_uninit()575 gre_hashdestroy((struct gre_list *)V_ipv6_sockets); in in6_gre_uninit()
575 gre_hashdestroy(V_ipv4_hashtbl); in in_gre_uninit()578 gre_hashdestroy(V_ipv4_srchashtbl); in in_gre_uninit()579 gre_hashdestroy((struct gre_list *)V_ipv4_sockets); in in_gre_uninit()
137 void gre_hashdestroy(struct gre_list *);
666 gre_hashdestroy(struct gre_list *hash) in gre_hashdestroy() function