Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c38 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE]; variable
53 pp->next = ip_vs_proto_table[hash]; in register_ip_vs_protocol()
54 ip_vs_proto_table[hash] = pp; in register_ip_vs_protocol()
101 pp_p = &ip_vs_proto_table[hash]; in unregister_ip_vs_protocol()
145 for (pp = ip_vs_proto_table[hash]; pp; pp = pp->next) { in ip_vs_proto_get()
381 while ((pp = ip_vs_proto_table[i]) != NULL) in ip_vs_protocol_cleanup()