Searched refs:ip_vs_proto_table (Results 1 – 1 of 1) sorted by relevance
43 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE]; variable58 pp->next = ip_vs_proto_table[hash]; in register_ip_vs_protocol()59 ip_vs_proto_table[hash] = pp; in register_ip_vs_protocol()106 pp_p = &ip_vs_proto_table[hash]; in unregister_ip_vs_protocol()150 for (pp = ip_vs_proto_table[hash]; pp; pp = pp->next) { in ip_vs_proto_get()386 while ((pp = ip_vs_proto_table[i]) != NULL) in ip_vs_protocol_cleanup()