Home
last modified time | relevance | path

Searched refs:prsctp_supported (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c125 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
H A Dsctp_timer.c471 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) { in sctp_recover_sent_list()
624 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
638 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
980 if (stcb->asoc.prsctp_supported) { in sctp_t3rxt_timer()
H A Dsctp_pcb.h406 uint8_t prsctp_supported; member
H A Dsctp_indata.c3332 if (stcb->asoc.prsctp_supported) { in sctp_strike_gap_ack_chunks()
3353 if (stcb->asoc.prsctp_supported) { in sctp_strike_gap_ack_chunks()
3610 if ((stcb->asoc.prsctp_supported) && in sctp_strike_gap_ack_chunks()
3756 if (asoc->prsctp_supported == 0) { in sctp_try_advance_peer_ack_point()
4360 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_express_handle_sack()
4799 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(tp1->flags)) { in sctp_handle_sack()
5176 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_handle_sack()
H A Dsctp_structs.h1176 uint8_t prsctp_supported; member
H A Dsctp_input.c1048 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_chunk()
1070 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_param()
2697 inp->prsctp_supported = (*inp_p)->prsctp_supported; in sctp_handle_cookie_echo()
5145 if (stcb->asoc.prsctp_supported == 0) { in sctp_process_control()
H A Dsctp_output.c4708 if (stcb->asoc.prsctp_supported == 1) { in sctp_send_initiate()
4728 if (stcb->asoc.prsctp_supported == 1) { in sctp_send_initiate()
5902 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) || in sctp_send_initiate_ack()
5903 ((asoc == NULL) && (inp->prsctp_supported == 1))) { in sctp_send_initiate_ack()
5923 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) || in sctp_send_initiate_ack()
5924 ((asoc == NULL) && (inp->prsctp_supported == 1))) { in sctp_send_initiate_ack()
6145 if ((asoc->prsctp_supported) && in sctp_prune_prsctp()
13252 if ((asoc->prsctp_supported) && (asoc->sent_queue_cnt_removeable > 0)) { in sctp_lower_sosend()
H A Dsctp_usrreq.c3423 av->assoc_value = stcb->asoc.prsctp_supported;
3431 av->assoc_value = inp->prsctp_supported;
6634 inp->prsctp_supported = 0;
6636 inp->prsctp_supported = 1;
H A Dsctp_pcb.c2434 inp->prsctp_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pr_enable); in sctp_inpcb_alloc()
6576 if ((stcb->asoc.prsctp_supported == 1) && in sctp_load_addresses_from_init()
6578 stcb->asoc.prsctp_supported = 0; in sctp_load_addresses_from_init()
H A Dsctputil.c1144 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
3204 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()