Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_peeloff.c122 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
HDsctp_timer.c466 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) { in sctp_recover_sent_list()
621 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
635 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
977 if (stcb->asoc.prsctp_supported) { in sctp_t3rxt_timer()
HDsctp_pcb.h402 uint8_t prsctp_supported; member
HDsctp_indata.c3319 if (stcb->asoc.prsctp_supported) { in sctp_strike_gap_ack_chunks()
3340 if (stcb->asoc.prsctp_supported) { in sctp_strike_gap_ack_chunks()
3597 if ((stcb->asoc.prsctp_supported) && in sctp_strike_gap_ack_chunks()
3742 if (asoc->prsctp_supported == 0) { in sctp_try_advance_peer_ack_point()
4346 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_express_handle_sack()
4785 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(tp1->flags)) { in sctp_handle_sack()
5162 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_handle_sack()
HDsctp_structs.h1168 uint8_t prsctp_supported; member
HDsctp_input.c1009 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_chunk()
1031 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_param()
2651 inp->prsctp_supported = (*inp_p)->prsctp_supported; in sctp_handle_cookie_echo()
5074 if (stcb->asoc.prsctp_supported == 0) { in sctp_process_control()
HDsctp_output.c4712 if (stcb->asoc.prsctp_supported == 1) { in sctp_send_initiate()
4742 if (stcb->asoc.prsctp_supported == 1) { in sctp_send_initiate()
5953 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) || in sctp_send_initiate_ack()
5954 ((asoc == NULL) && (inp->prsctp_supported == 1))) { in sctp_send_initiate_ack()
5989 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) || in sctp_send_initiate_ack()
5990 ((asoc == NULL) && (inp->prsctp_supported == 1))) { in sctp_send_initiate_ack()
6218 if ((asoc->prsctp_supported) && in sctp_prune_prsctp()
13370 if ((asoc->prsctp_supported) && (asoc->sent_queue_cnt_removeable > 0)) { in sctp_lower_sosend()
HDsctp_usrreq.c3422 av->assoc_value = stcb->asoc.prsctp_supported;
3430 av->assoc_value = inp->prsctp_supported;
6617 inp->prsctp_supported = 0;
6619 inp->prsctp_supported = 1;
HDsctp_pcb.c2299 inp->prsctp_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pr_enable); in sctp_inpcb_alloc()
6470 if ((stcb->asoc.prsctp_supported == 1) && in sctp_load_addresses_from_init()
6472 stcb->asoc.prsctp_supported = 0; in sctp_load_addresses_from_init()
HDsctputil.c1142 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
3204 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()