Home
last modified time | relevance | path

Searched refs:sctp_cc_functions (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h698 struct sctp_cc_functions { struct
875 struct sctp_cc_functions cc_functions;
H A Dsctp_cc_functions.c2321 const struct sctp_cc_functions sctp_cc_functions[] = { variable
H A Dsctp_usrreq.c58 extern const struct sctp_cc_functions sctp_cc_functions[];
3974 stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
3998 stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
H A Dsctputil.c69 extern const struct sctp_cc_functions sctp_cc_functions[];
1266 stcb->asoc.cc_functions = sctp_cc_functions[inp->sctp_ep.sctp_default_cc_module]; in sctp_init_asoc()