Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c130 n_inp->reconfig_supported = inp->reconfig_supported; in sctp_do_peeloff()
235 n_inp->reconfig_supported = inp->reconfig_supported; in sctp_get_peeloff()
Dsctp_pcb.h500 uint8_t reconfig_supported; member
Dsctp_structs.h1236 uint8_t reconfig_supported; member
Dsctp_usrreq.c4219 av->assoc_value = stcb->asoc.reconfig_supported;
4227 av->assoc_value = inp->reconfig_supported;
5452 if (stcb->asoc.reconfig_supported == 0) {
5570 if (stcb->asoc.reconfig_supported == 0) {
5643 if (stcb->asoc.reconfig_supported == 0) {
7634 inp->reconfig_supported = 0;
7636 inp->reconfig_supported = 1;
Dsctp_input.c3039 inp->reconfig_supported = (*inp_p)->reconfig_supported;
5617 if (stcb->asoc.reconfig_supported == 0) {
Dsctp_pcb.c2831 inp->reconfig_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_reconfig_enable);
7607 if ((stcb->asoc.reconfig_supported == 1) &&
7609 stcb->asoc.reconfig_supported = 0;
Dsctputil.c1177 asoc->reconfig_supported = inp->reconfig_supported; in sctp_init_asoc()
3335 if (stcb->asoc.reconfig_supported == 1) { in sctp_notify_assoc_change()
Dsctp_output.c5204 if (stcb->asoc.reconfig_supported == 1) {
6475 if (((asoc != NULL) && (asoc->reconfig_supported == 1)) ||
6476 ((asoc == NULL) && (inp->reconfig_supported == 1))) {