Home
last modified time | relevance | path

Searched refs:ecn_supported (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c126 n_inp->ecn_supported = inp->ecn_supported; in sctp_do_peeloff()
231 n_inp->ecn_supported = inp->ecn_supported; in sctp_get_peeloff()
Dsctp_pcb.h495 uint8_t ecn_supported; member
Dsctp_structs.h1232 uint8_t ecn_supported; member
Dsctp_input.c3035 inp->ecn_supported = (*inp_p)->ecn_supported;
5481 if (stcb->asoc.ecn_supported == 0) {
5493 if (stcb->asoc.ecn_supported == 0) {
6126 (stcb->asoc.ecn_supported == 1) &&
Dsctp_pcb.c2827 inp->ecn_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_ecn_enable);
7588 if ((stcb->asoc.ecn_supported == 1) &&
7590 stcb->asoc.ecn_supported = 0;
Dsctp_usrreq.c4107 av->assoc_value = stcb->asoc.ecn_supported;
4115 av->assoc_value = inp->ecn_supported;
7492 inp->ecn_supported = 0;
7494 inp->ecn_supported = 1;
Dsctp_output.c4034 if ((stcb != NULL) && (stcb->asoc.ecn_supported == 1)) {
5162 if (stcb->asoc.ecn_supported == 1) {
6427 if (((asoc != NULL) && (asoc->ecn_supported == 1)) ||
6428 ((asoc == NULL) && (inp->ecn_supported == 1))) {
Dsctputil.c1173 asoc->ecn_supported = inp->ecn_supported; in sctp_init_asoc()