Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_peeloff.c125 n_inp->reconfig_supported = inp->reconfig_supported; in sctp_do_peeloff()
H A Dsctp_pcb.h406 uint8_t reconfig_supported; member
H A Dsctp_structs.h1171 uint8_t reconfig_supported; member
H A Dsctp_usrreq.c3500 av->assoc_value = stcb->asoc.reconfig_supported;
3508 av->assoc_value = inp->reconfig_supported;
4622 if (stcb->asoc.reconfig_supported == 0) {
4742 if (stcb->asoc.reconfig_supported == 0) {
4818 if (stcb->asoc.reconfig_supported == 0) {
6729 inp->reconfig_supported = 0;
6731 inp->reconfig_supported = 1;
H A Dsctp_input.c2654 inp->reconfig_supported = (*inp_p)->reconfig_supported; in sctp_handle_cookie_echo()
5117 if (stcb->asoc.reconfig_supported == 0) { in sctp_process_control()
H A Dsctp_pcb.c2302 inp->reconfig_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_reconfig_enable); in sctp_inpcb_alloc()
6482 if ((stcb->asoc.reconfig_supported == 1) && in sctp_load_addresses_from_init()
6484 stcb->asoc.reconfig_supported = 0; in sctp_load_addresses_from_init()
H A Dsctputil.c1145 asoc->reconfig_supported = inp->reconfig_supported; in sctp_init_asoc()
3217 if (stcb->asoc.reconfig_supported == 1) { in sctp_notify_assoc_change()
H A Dsctp_output.c4753 if (stcb->asoc.reconfig_supported == 1) { in sctp_send_initiate()
6004 if (((asoc != NULL) && (asoc->reconfig_supported == 1)) || in sctp_send_initiate_ack()
6005 ((asoc == NULL) && (inp->reconfig_supported == 1))) { in sctp_send_initiate_ack()