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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c1018 #define SCTP_APP_TAB_SIZE (1 << SCTP_APP_TAB_BITS) macro
1019 #define SCTP_APP_TAB_MASK (SCTP_APP_TAB_SIZE - 1)
1021 static struct list_head sctp_apps[SCTP_APP_TAB_SIZE];

Completed in 17 milliseconds