Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c37 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE]; variable
52 pp->next = ip_vs_proto_table[hash]; in register_ip_vs_protocol()
53 ip_vs_proto_table[hash] = pp; in register_ip_vs_protocol()
100 pp_p = &ip_vs_proto_table[hash]; in unregister_ip_vs_protocol()
144 for (pp = ip_vs_proto_table[hash]; pp; pp = pp->next) { in ip_vs_proto_get()
378 while ((pp = ip_vs_proto_table[i]) != NULL) in ip_vs_protocol_cleanup()