Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_usrreq.c1645 av->assoc_value = stcb->asoc.idata_supported;
1654 av->assoc_value = 1;
1656 av->assoc_value = 0;
1676 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
1684 av->assoc_value = inp->sctp_cmt_on_off;
1703 av->assoc_value = stcb->asoc.congestion_control_module;
1711 av->assoc_value = inp->sctp_ep.sctp_default_cc_module;
1749 av->assoc_value = stcb->asoc.stream_scheduling_module;
1757 av->assoc_value = inp->sctp_ep.sctp_default_ss_module;
1802 if (av->assoc_value == AF_INET) {
[all …]
H A Dsctp_cc_functions.c1445 if ((cc_opt->aid_value.assoc_value != 0) && in sctp_cwnd_rtcc_socket_option()
1446 (cc_opt->aid_value.assoc_value != 1)) { in sctp_cwnd_rtcc_socket_option()
1450 net->cc_mod.rtcc.ret_from_eq = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1453 if ((cc_opt->aid_value.assoc_value != 0) && in sctp_cwnd_rtcc_socket_option()
1454 (cc_opt->aid_value.assoc_value != 1)) { in sctp_cwnd_rtcc_socket_option()
1458 net->cc_mod.rtcc.use_dccc_ecn = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1462 net->cc_mod.rtcc.steady_step = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1474 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.ret_from_eq; in sctp_cwnd_rtcc_socket_option()
1480 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.use_dccc_ecn; in sctp_cwnd_rtcc_socket_option()
1486 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.steady_step; in sctp_cwnd_rtcc_socket_option()
H A Dsctp_uio.h691 uint32_t assoc_value; member
/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c79 av.assoc_value = family; in sctp_getaddrlen()
94 return ((int)av.assoc_value); in sctp_getaddrlen()