Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/sctp/
Dstructs.h72 struct sctp_globals;
114 extern struct sctp_globals { struct
139 } sctp_globals; variable
141 #define sctp_max_instreams (sctp_globals.max_instreams)
142 #define sctp_max_outstreams (sctp_globals.max_outstreams)
143 #define sctp_address_families (sctp_globals.address_families)
144 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
145 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
146 #define sctp_assoc_hashsize (sctp_globals.assoc_hashsize)
147 #define sctp_assoc_hashtable (sctp_globals.assoc_hashtable)
[all …]
/linux-4.1.27/net/sctp/
Dprotocol.c66 struct sctp_globals sctp_globals __read_mostly;