Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/sctp/
Dstructs.h60 struct sctp_globals;
105 extern struct sctp_globals { struct
129 } sctp_globals; argument
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.port_hashtable)
[all …]
/linux-6.1.9/net/sctp/
Dprotocol.c51 struct sctp_globals sctp_globals __read_mostly;