Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dstructs.h75 struct sctp_globals;
118 extern struct sctp_globals { struct
142 } sctp_globals; argument
144 #define sctp_max_instreams (sctp_globals.max_instreams)
145 #define sctp_max_outstreams (sctp_globals.max_outstreams)
146 #define sctp_address_families (sctp_globals.address_families)
147 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
148 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
149 #define sctp_port_hashsize (sctp_globals.port_hashsize)
150 #define sctp_port_hashtable (sctp_globals.port_hashtable)
[all …]
/Linux-v4.19/net/sctp/
Dprotocol.c66 struct sctp_globals sctp_globals __read_mostly;