Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/ipvs/
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++) { in ip_vs_protocol_timeout_change()
360 for (i = 0; i < IP_VS_PROTO_TAB_SIZE; i++) { in ip_vs_protocol_net_cleanup()
405 for (i = 0; i < IP_VS_PROTO_TAB_SIZE; i++) { in ip_vs_protocol_cleanup()
/linux-3.4.99/include/net/
Dip_vs.h804 #define IP_VS_PROTO_TAB_SIZE 32 /* must be power of 2 */ macro
805 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];