Searched refs:sctp_cc_functions (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/modules/sctp/
H A DMakefile10 sctp_cc_functions.c \
/freebsd-12-stable/sys/netinet/
H A Dsctp_structs.h705 struct sctp_cc_functions { struct
883 struct sctp_cc_functions cc_functions;
H A Dsctp_cc_functions.c2332 const struct sctp_cc_functions sctp_cc_functions[] = { variable in typeref:struct:sctp_cc_functions
H A Dsctp_usrreq.c59 extern const struct sctp_cc_functions sctp_cc_functions[];
3964 stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
3988 stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
H A Dsctputil.c69 extern const struct sctp_cc_functions sctp_cc_functions[];
1267 stcb->asoc.cc_functions = sctp_cc_functions[inp->sctp_ep.sctp_default_cc_module];

Completed in 130 milliseconds