sctp_cc_functions
const struct sctp_cc_functions sctp_cc_functions[] = {
struct sctp_cc_functions cc_functions;
stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
extern const struct sctp_cc_functions sctp_cc_functions[];
stcb->asoc.cc_functions = sctp_cc_functions[inp->sctp_ep.sctp_default_cc_module];
extern const struct sctp_cc_functions sctp_cc_functions[];