Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_usrreq.c1740 av->assoc_value = stcb->asoc.sctp_cmt_on_off;
1747 av->assoc_value = inp->sctp_cmt_on_off;
1766 av->assoc_value = stcb->asoc.congestion_control_module;
1773 av->assoc_value = inp->sctp_ep.sctp_default_cc_module;
1811 av->assoc_value = stcb->asoc.stream_scheduling_module;
1818 av->assoc_value = inp->sctp_ep.sctp_default_ss_module;
1863 if (av->assoc_value == AF_INET) {
1864 av->assoc_value = sizeof(struct sockaddr_in);
1869 if (av->assoc_value == AF_INET6) {
1870 av->assoc_value = sizeof(struct sockaddr_in6);
[all …]
HDsctp_cc_functions.c1449 if ((cc_opt->aid_value.assoc_value != 0) && in sctp_cwnd_rtcc_socket_option()
1450 (cc_opt->aid_value.assoc_value != 1)) { in sctp_cwnd_rtcc_socket_option()
1454 net->cc_mod.rtcc.ret_from_eq = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1457 if ((cc_opt->aid_value.assoc_value != 0) && in sctp_cwnd_rtcc_socket_option()
1458 (cc_opt->aid_value.assoc_value != 1)) { in sctp_cwnd_rtcc_socket_option()
1462 net->cc_mod.rtcc.use_dccc_ecn = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1466 net->cc_mod.rtcc.steady_step = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()
1478 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.ret_from_eq; in sctp_cwnd_rtcc_socket_option()
1484 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.use_dccc_ecn; in sctp_cwnd_rtcc_socket_option()
1490 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.steady_step; in sctp_cwnd_rtcc_socket_option()
HDsctp_uio.h692 uint32_t assoc_value; member
/NextBSD/lib/libc/net/
HDsctp_sys_calls.c78 av.assoc_value = family; in sctp_getaddrlen()
93 return ((int)av.assoc_value); in sctp_getaddrlen()