Home
last modified time | relevance | path

Searched refs:congestion_control_module (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/netinet/
H A Dsctp_structs.h881 uint32_t congestion_control_module; member
H A Dsctp_usrreq.c1702 av->assoc_value = stcb->asoc.congestion_control_module;
3967 stcb->asoc.congestion_control_module = av->assoc_value;
3991 stcb->asoc.congestion_control_module = av->assoc_value;
H A Dsctputil.c1270 stcb->asoc.congestion_control_module = inp->sctp_ep.sctp_default_cc_module; in sctp_init_asoc()