Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c339 if (asoc->idata_supported == 0) { in sctp_place_control_in_stream()
370 if (SCTP_MID_GT(asoc->idata_supported, at->mid, control->mid)) { in sctp_place_control_in_stream()
382 } else if (SCTP_MID_EQ(asoc->idata_supported, at->mid, control->mid)) { in sctp_place_control_in_stream()
421 if (stcb->asoc.idata_supported) { in sctp_abort_in_reasm()
511 if (SCTP_MID_GT((asoc->idata_supported), strm->last_mid_delivered, control->mid)) { in sctp_queue_data_to_stream()
520 if (asoc->idata_supported) { in sctp_queue_data_to_stream()
541 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()
567 if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid) && in sctp_queue_data_to_stream()
606 } else if (SCTP_MID_EQ(asoc->idata_supported, nxt_todel, control->mid)) { in sctp_queue_data_to_stream()
1057 (asoc->idata_supported == 0)) { in sctp_deliver_reasm_check()
[all …]
H A Dsctp_output.h129 #define SCTP_DATA_CHUNK_OVERHEAD(stcb) ((stcb)->asoc.idata_supported ? \
H A Dsctp_ss_functions.c233 if (asoc->idata_supported == 0) { in sctp_ss_default_scheduled()
734 if (asoc->idata_supported == 0) { in sctp_ss_fb_scheduled()
924 if (asoc->idata_supported == 0) { in sctp_ss_fcfs_scheduled()
H A Dsctp_output.c4744 if (stcb->asoc.idata_supported) { in sctp_send_initiate()
4758 if (stcb->asoc.idata_supported) { in sctp_send_initiate()
5992 if (((asoc != NULL) && (asoc->idata_supported == 1)) || in sctp_send_initiate_ack()
5993 ((asoc == NULL) && (inp->idata_supported == 1))) { in sctp_send_initiate_ack()
6010 if (((asoc != NULL) && (asoc->idata_supported == 1)) || in sctp_send_initiate_ack()
6011 ((asoc == NULL) && (inp->idata_supported == 1))) { in sctp_send_initiate_ack()
6303 if (asoc->idata_supported) { in sctp_get_frag_point()
7260 (stcb->asoc.idata_supported == 0) && in sctp_move_to_outqueue()
7547 if (stcb->asoc.idata_supported == 0) { in sctp_move_to_outqueue()
7597 if (stcb->asoc.idata_supported == 0) { in sctp_move_to_outqueue()
[all …]
H A Dsctp_pcb.h404 uint8_t idata_supported; member
H A Dsctp_structs.h1174 uint8_t idata_supported; member
H A Dsctputil.c1148 asoc->idata_supported = inp->idata_supported; in sctp_init_asoc()
3213 if (stcb->asoc.idata_supported == 1) { in sctp_notify_assoc_change()
3401 if (stcb->asoc.idata_supported) { in sctp_notify_send_failed()
5148 (!SCTP_MID_EQ(stcb->asoc.idata_supported, tp1->rec.data.mid, mid))) { in sctp_release_pr_sctp_chunk()
5216 if (stcb->asoc.idata_supported == 0) { in sctp_release_pr_sctp_chunk()
5244 if (stcb->asoc.idata_supported == 0) { in sctp_release_pr_sctp_chunk()
H A Dsctp_input.c4180 if (stcb->asoc.idata_supported) { in sctp_handle_packet_dropped()
4207 if (!stcb->asoc.idata_supported) { in sctp_handle_packet_dropped()
5080 if (((stcb->asoc.idata_supported == 1) && (ch->chunk_type == SCTP_FORWARD_CUM_TSN)) || in sctp_process_control()
5081 ((stcb->asoc.idata_supported == 0) && (ch->chunk_type == SCTP_IFORWARD_CUM_TSN))) { in sctp_process_control()
H A Dsctp_usrreq.c122 if (asoc->idata_supported) { in sctp_pathmtu_adjustment()
1644 av->assoc_value = stcb->asoc.idata_supported;
1652 if (inp->idata_supported) {
3885 inp->idata_supported = 0;
3889 inp->idata_supported = 1;
H A Dsctp_pcb.c2305 inp->idata_supported = 0; in sctp_inpcb_alloc()
6489 if ((stcb->asoc.idata_supported == 1) && in sctp_load_addresses_from_init()
6491 stcb->asoc.idata_supported = 0; in sctp_load_addresses_from_init()