Home
last modified time | relevance | path

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

/linux/include/net/
A Dip_vs.h863 #define SCTP_APP_TAB_SIZE (1 << SCTP_APP_TAB_BITS) macro
864 #define SCTP_APP_TAB_MASK (SCTP_APP_TAB_SIZE - 1)
866 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];
/linux/net/netfilter/ipvs/
A Dip_vs_proto_sctp.c561 ip_vs_init_hash_table(ipvs->sctp_apps, SCTP_APP_TAB_SIZE); in __ip_vs_sctp_init()

Completed in 17 milliseconds