Searched refs:gre_hashdestroy (Results 1 – 5 of 5) sorted by relevance
588 gre_hashdestroy(V_ipv6_hashtbl); in in6_gre_uninit()591 gre_hashdestroy(V_ipv6_srchashtbl); in in6_gre_uninit()592 gre_hashdestroy((struct gre_list *)V_ipv6_sockets); in in6_gre_uninit()
588 gre_hashdestroy(V_ipv4_hashtbl); in in_gre_uninit()591 gre_hashdestroy(V_ipv4_srchashtbl); in in_gre_uninit()592 gre_hashdestroy((struct gre_list *)V_ipv4_sockets); in in_gre_uninit()
137 void gre_hashdestroy(struct gre_list *);
438 gre_hashdestroy(struct gre_list *hash) in gre_hashdestroy() function