Lines Matching +full:queue +full:- +full:sizes
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
93 /* JRS - Variable for default congestion control module */
95 /* RS - Variable for default stream scheduling module */
138 /* autoasconf: Enable SCTP Auto-ASCONF */
139 #define SCTPCTL_AUTOASCONF_DESC "Enable SCTP Auto-ASCONF"
144 /* autoasconf: Enable SCTP Auto-ASCONF */
145 #define SCTPCTL_MULTIPLEASCONFS_DESC "Enable SCTP Multiple-ASCONFs"
156 /* pr_enable: Enable PR-SCTP */
157 #define SCTPCTL_PR_ENABLE_DESC "Enable PR-SCTP"
174 /* reconfig_enable: Enable SCTP RE-CONFIG */
175 #define SCTPCTL_RECONFIG_ENABLE_DESC "Enable SCTP RE-CONFIG"
181 #define SCTPCTL_NRSACK_ENABLE_DESC "Enable SCTP NR-SACK"
216 /* maxchunks: Default max chunks on queue per asoc */
217 #define SCTPCTL_MAXCHUNKS_DESC "Default max chunks on queue per asoc"
222 /* tcbhashsize: Tunable for Hash table sizes */
223 #define SCTPCTL_TCBHASHSIZE_DESC "Tunable for TCB hash table sizes"
228 /* pcbhashsize: Tunable for PCB Hash table sizes */
229 #define SCTPCTL_PCBHASHSIZE_DESC "Tunable for PCB hash table sizes"
348 /* add_more_on_output: When space-wise is it worthwhile to try to add more to a socket send buffer …
349 #define SCTPCTL_ADD_MORE_ON_OUTPUT_DESC "When space-wise is it worthwhile to try to add more to a s…
414 /* abort_at_limit: When one-2-one hits qlimit abort */
415 #define SCTPCTL_ABORT_AT_LIMIT_DESC "Abort when one-to-one hits qlimit"
438 /* JRS - default congestion control module sysctl */
444 /* RS - default stream scheduling module sysctl */
450 /* RRS - default fragment interleave */
474 /* Enable sending of the SACK-IMMEDIATELY bit */
475 #define SCTPCTL_SACK_IMMEDIATELY_ENABLE_DESC "Enable sending of the SACK-IMMEDIATELY-bit"
480 /* Enable sending of the NAT-FRIENDLY message */
481 #define SCTPCTL_NAT_FRIENDLY_INITS_DESC "Enable sending of the nat-friendly SCTP option on INITs"