webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <netinet/sctp_os.h>
#include <netinet/sctp_var.h>
#include <netinet/sctp_sysctl.h>
#include <netinet/sctp_pcb.h>
#include <netinet/sctp_header.h>
#include <netinet/sctputil.h>
#include <netinet/sctp_output.h>
#include <netinet/sctp_input.h>
#include <netinet/sctp_indata.h>
#include <netinet/sctp_uio.h>
#include <netinet/sctp_timer.h>
#include <netinet/sctp_auth.h>
#include <netinet/sctp_asconf.h>
Classes | |
struct | sctp_hs_raise_drop |
Macros | |
#define | SHIFT_MPTCP_MULTI_N 40 |
#define | SHIFT_MPTCP_MULTI_Z 16 |
#define | SHIFT_MPTCP_MULTI 8 |
#define | SCTP_INST_LOOSING 1 /* Losing to other flows */ |
#define | SCTP_INST_NEUTRAL 2 /* Neutral, no indication */ |
#define | SCTP_INST_GAINING 3 /* Gaining, step down possible */ |
#define | SCTP_HS_TABLE_SIZE 73 |
Variables | |
const struct sctp_cc_functions | sctp_cc_functions [] |
#define SCTP_HS_TABLE_SIZE 73 |
#define SCTP_INST_GAINING 3 /* Gaining, step down possible */ |
#define SCTP_INST_LOOSING 1 /* Losing to other flows */ |
#define SCTP_INST_NEUTRAL 2 /* Neutral, no indication */ |
#define SHIFT_MPTCP_MULTI 8 |
#define SHIFT_MPTCP_MULTI_N 40 |
#define SHIFT_MPTCP_MULTI_Z 16 |
const struct sctp_cc_functions sctp_cc_functions[] |