Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_usrreq.c1648 av->assoc_value = stcb->asoc.idata_supported;
1657 av->assoc_value = 1;
1659 av->assoc_value = 0;
1679 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
1687 av->assoc_value = inp->sctp_cmt_on_off;
1706 av->assoc_value = stcb->asoc.congestion_control_module;
1714 av->assoc_value = inp->sctp_ep.sctp_default_cc_module;
1752 av->assoc_value = stcb->asoc.stream_scheduling_module;
1760 av->assoc_value = inp->sctp_ep.sctp_default_ss_module;
1805 if (av->assoc_value == AF_INET) {
[all …]
Dsctp_cc_functions.c1450 if ((cc_opt->aid_value.assoc_value != 0) && in sctp_cwnd_rtcc_socket_option()
1451 (cc_opt->aid_value.assoc_value != 1)) { in sctp_cwnd_rtcc_socket_option()
1455 net->cc_mod.rtcc.ret_from_eq = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1458 if ((cc_opt->aid_value.assoc_value != 0) && in sctp_cwnd_rtcc_socket_option()
1459 (cc_opt->aid_value.assoc_value != 1)) { in sctp_cwnd_rtcc_socket_option()
1463 net->cc_mod.rtcc.use_dccc_ecn = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1467 net->cc_mod.rtcc.steady_step = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1479 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.ret_from_eq; in sctp_cwnd_rtcc_socket_option()
1485 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.use_dccc_ecn; in sctp_cwnd_rtcc_socket_option()
1491 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.steady_step; in sctp_cwnd_rtcc_socket_option()
Dsctp_uio.h701 uint32_t assoc_value; member
/freebsd-12-stable/lib/libc/net/
Dsctp_sys_calls.c82 av.assoc_value = family; in sctp_getaddrlen()
97 return ((int)av.assoc_value); in sctp_getaddrlen()