Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_peeloff.c122 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
HDsctp_timer.c460 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) { in sctp_recover_sent_list()
615 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
629 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
972 if (stcb->asoc.prsctp_supported) { in sctp_t3rxt_timer()
HDsctp_pcb.h411 uint8_t prsctp_supported; member
HDsctp_indata.c2960 if (stcb->asoc.prsctp_supported) { in sctp_strike_gap_ack_chunks()
2981 if (stcb->asoc.prsctp_supported) { in sctp_strike_gap_ack_chunks()
3235 if ((stcb->asoc.prsctp_supported) && in sctp_strike_gap_ack_chunks()
3380 if (asoc->prsctp_supported == 0) { in sctp_try_advance_peer_ack_point()
4049 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_express_handle_sack()
4491 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(tp1->flags)) { in sctp_handle_sack()
4906 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_handle_sack()
HDsctp_structs.h1174 uint8_t prsctp_supported; member
HDsctp_input.c1083 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_chunk()
1108 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_param()
2798 inp->prsctp_supported = (*inp_p)->prsctp_supported; in sctp_handle_cookie_echo()
5453 if (stcb->asoc.prsctp_supported == 0) { in sctp_process_control()
HDsctp_output.c4777 if (stcb->asoc.prsctp_supported == 1) { in sctp_send_initiate()
4795 if (stcb->asoc.prsctp_supported == 1) { in sctp_send_initiate()
5883 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) || in sctp_send_initiate_ack()
5884 ((asoc == NULL) && (inp->prsctp_supported == 1))) { in sctp_send_initiate_ack()
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()
6103 if ((asoc->prsctp_supported) && in sctp_prune_prsctp()
13114 if ((asoc->prsctp_supported) && (asoc->sent_queue_cnt_removeable > 0)) { in sctp_lower_sosend()
HDsctp_usrreq.c3449 av->assoc_value = stcb->asoc.prsctp_supported;
3456 av->assoc_value = inp->prsctp_supported;
6510 inp->prsctp_supported = 0;
6512 inp->prsctp_supported = 1;
HDsctp_pcb.c2482 inp->prsctp_supported = (uint8_t) SCTP_BASE_SYSCTL(sctp_pr_enable); in sctp_inpcb_alloc()
6630 if ((stcb->asoc.prsctp_supported == 1) && in sctp_load_addresses_from_init()
6632 stcb->asoc.prsctp_supported = 0; in sctp_load_addresses_from_init()
HDsctputil.c972 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
2709 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()