Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c134 n_inp->reconfig_supported = inp->reconfig_supported; in sctp_do_peeloff()
250 n_inp->reconfig_supported = inp->reconfig_supported; in sctp_get_peeloff()
Dsctp_pcb.h505 uint8_t reconfig_supported; member
Dsctp_structs.h1239 uint8_t reconfig_supported; member
Dsctp_usrreq.c4307 av->assoc_value = stcb->asoc.reconfig_supported;
4315 av->assoc_value = inp->reconfig_supported;
5540 if (stcb->asoc.reconfig_supported == 0) {
5658 if (stcb->asoc.reconfig_supported == 0) {
5731 if (stcb->asoc.reconfig_supported == 0) {
7739 inp->reconfig_supported = 0;
7741 inp->reconfig_supported = 1;
Dsctp_input.c3040 inp->reconfig_supported = (*inp_p)->reconfig_supported;
5596 if (stcb->asoc.reconfig_supported == 0) {
Dsctp_pcb.c2830 inp->reconfig_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_reconfig_enable);
7687 if ((stcb->asoc.reconfig_supported == 1) &&
7689 stcb->asoc.reconfig_supported = 0;
Dsctputil.c1185 asoc->reconfig_supported = inp->reconfig_supported; in sctp_init_asoc()
3317 if (stcb->asoc.reconfig_supported == 1) { in sctp_notify_assoc_change()
Dsctp_output.c5251 if (stcb->asoc.reconfig_supported == 1) {
6523 if (((asoc != NULL) && (asoc->reconfig_supported == 1)) ||
6524 ((asoc == NULL) && (inp->reconfig_supported == 1))) {