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

/linux-master/include/net/sctp/
H A Dstructs.h60 struct sctp_globals;
105 extern struct sctp_globals { struct
129 } sctp_globals;
131 #define sctp_max_instreams (sctp_globals.max_instreams)
132 #define sctp_max_outstreams (sctp_globals.max_outstreams)
133 #define sctp_address_families (sctp_globals.address_families)
134 #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
136 #define sctp_port_hashsize (sctp_globals.port_hashsize)
137 #define sctp_port_hashtable (sctp_globals
[all...]
/linux-master/net/sctp/
H A Dprotocol.c51 struct sctp_globals sctp_globals __read_mostly;

Completed in 219 milliseconds