Searched refs:IP_VS_PROTO_TAB_SIZE (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_proto.c40 #define IP_VS_PROTO_TAB_SIZE 32 /* must be power of 2 */ macro
41 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1))
43 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE];
190 for (i = 0; i < IP_VS_PROTO_TAB_SIZE; i++) {
360 for (i = 0; i < IP_VS_PROTO_TAB_SIZE; i++) {
405 for (i = 0; i < IP_VS_PROTO_TAB_SIZE; i++) {

Completed in 23 milliseconds