Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_peeloff.c122 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
H A Dsctp_timer.c465 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) { in sctp_recover_sent_list()
620 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
634 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
976 if (stcb->asoc.prsctp_supported) { in sctp_t3rxt_timer()
H A Dsctp_pcb.h402 uint8_t prsctp_supported; member
H A Dsctp_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()
H A Dsctp_structs.h1168 uint8_t prsctp_supported; member
H A Dsctp_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()
H A Dsctp_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()
H A Dsctp_usrreq.c3415 av->assoc_value = stcb->asoc.prsctp_supported;
3423 av->assoc_value = inp->prsctp_supported;
6610 inp->prsctp_supported = 0;
6612 inp->prsctp_supported = 1;
H A Dsctp_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()
H A Dsctputil.c1142 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
3204 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()