Searched refs:sctp_apps (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.c1021 static struct list_head sctp_apps[SCTP_APP_TAB_SIZE]; variable in typeref:struct:list_head
1040 list_for_each_entry(i, &sctp_apps[hash], p_list) {
1046 list_add(&inc->p_list, &sctp_apps[hash]);
1075 list_for_each_entry(inc, &sctp_apps[hash], p_list) {
1102 IP_VS_INIT_HASH_TABLE(sctp_apps);

Completed in 55 milliseconds