Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c128 n_inp->reconfig_supported = inp->reconfig_supported; in sctp_do_peeloff()
H A Dsctp_pcb.h410 uint8_t reconfig_supported; member
H A Dsctp_structs.h1179 uint8_t reconfig_supported; member
H A Dsctp_usrreq.c3507 av->assoc_value = stcb->asoc.reconfig_supported;
3515 av->assoc_value = inp->reconfig_supported;
4633 if (stcb->asoc.reconfig_supported == 0) {
4753 if (stcb->asoc.reconfig_supported == 0) {
4829 if (stcb->asoc.reconfig_supported == 0) {
6752 inp->reconfig_supported = 0;
6754 inp->reconfig_supported = 1;
H A Dsctp_input.c2700 inp->reconfig_supported = (*inp_p)->reconfig_supported; in sctp_handle_cookie_echo()
5188 if (stcb->asoc.reconfig_supported == 0) { in sctp_process_control()
H A Dsctp_pcb.c2437 inp->reconfig_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_reconfig_enable); in sctp_inpcb_alloc()
6591 if ((stcb->asoc.reconfig_supported == 1) && in sctp_load_addresses_from_init()
6593 stcb->asoc.reconfig_supported = 0; in sctp_load_addresses_from_init()
H A Dsctputil.c1147 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.c4741 if (stcb->asoc.reconfig_supported == 1) { in sctp_send_initiate()
5940 if (((asoc != NULL) && (asoc->reconfig_supported == 1)) || in sctp_send_initiate_ack()
5941 ((asoc == NULL) && (inp->reconfig_supported == 1))) { in sctp_send_initiate_ack()