Searched refs:whoTo (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_timer.c | 576 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { 665 chk->whoTo->cwnd -= chk->book_size; 672 chk->whoTo->flight_size, 674 (uint32_t)(uintptr_t)chk->whoTo, 691 if (chk->whoTo->rto_needed == 0) { 692 chk->whoTo->rto_needed = 1; 697 sctp_free_remote_addr(chk->whoTo); 699 chk->whoTo = alt; 751 if ((chk->whoTo == net) && 753 sctp_free_remote_addr(chk->whoTo); [all …]
|
D | sctp_indata.c | 2210 chk->whoTo = net; in sctp_process_a_data_chunk() 3015 (tp1->whoTo->find_pseudo_cumack == 1) && in sctp_process_segment_range() 3017 tp1->whoTo->pseudo_cumack = tp1->rec.data.tsn; in sctp_process_segment_range() 3018 tp1->whoTo->find_pseudo_cumack = 0; in sctp_process_segment_range() 3021 (tp1->whoTo->find_rtx_pseudo_cumack == 1) && in sctp_process_segment_range() 3023 tp1->whoTo->rtx_pseudo_cumack = tp1->rec.data.tsn; in sctp_process_segment_range() 3024 tp1->whoTo->find_rtx_pseudo_cumack = 0; in sctp_process_segment_range() 3052 tp1->whoTo->saw_newack = 1; in sctp_process_segment_range() 3055 tp1->whoTo->this_sack_highest_newack)) { in sctp_process_segment_range() 3056 tp1->whoTo->this_sack_highest_newack = in sctp_process_segment_range() [all …]
|
D | sctp_var.h | 152 if ((_chk)->whoTo) { \ 153 sctp_free_remote_addr((_chk)->whoTo); \ 154 (_chk)->whoTo = NULL; \ 176 (_chk)->whoTo = NULL; \ 295 if (tp1->whoTo->flight_size >= tp1->book_size) \ 296 tp1->whoTo->flight_size -= tp1->book_size; \ 298 tp1->whoTo->flight_size = 0; \ 302 (tp1)->whoTo->flight_size += (tp1)->book_size; \
|
D | sctp_output.c | 7544 if (data_list[i]->whoTo == NULL) { 7545 data_list[i]->whoTo = net; 7587 data_list[i]->whoTo->flight_size, 7589 (uint32_t)(uintptr_t)data_list[i]->whoTo, 8103 chk->whoTo = sp->net; 8104 atomic_add_int(&chk->whoTo->ref_count, 1); 8106 chk->whoTo = NULL; 8346 if (chk->whoTo == net) { 8347 sctp_free_remote_addr(chk->whoTo); 8348 chk->whoTo = NULL; [all …]
|
D | sctp_input.c | 3249 if (chk->whoTo != NULL) { 3254 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); 3295 net = lchk->whoTo; 3396 if ((override == 0) && (chk->whoTo != net)) { 3544 if (tp1->whoTo->rto_needed == 0) { 3545 tp1->whoTo->rto_needed = 1; 3570 stcb, tp1->whoTo, 3573 stcb, tp1->whoTo); 3578 tp1->whoTo->flight_size, 4423 chk->whoTo = NULL; [all …]
|
D | sctp_asconf.c | 1053 if (chk->whoTo != NULL) { in sctp_assoc_immediate_retrans() 1058 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_assoc_immediate_retrans() 1080 if (chk->whoTo == net) { in sctp_net_immediate_retrans()
|
D | sctp_pcb.c | 5415 sctp_free_remote_addr(chk->whoTo); 5777 if (chk->whoTo) { 5778 sctp_free_remote_addr(chk->whoTo); 5779 chk->whoTo = NULL; 5810 sctp_free_remote_addr(chk->whoTo); 5831 sctp_free_remote_addr(chk->whoTo); 5845 sctp_free_remote_addr(chk->whoTo);
|
D | sctp_structs.h | 488 struct sctp_nets *whoTo; member
|
D | sctputil.c | 766 if ((chk->whoTo == lnet) && in sctp_auditing() 1921 if (chk->whoTo != NULL) { in sctp_timeout_handler() 1926 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_timeout_handler() 5699 chk->whoTo = NULL;
|
D | sctp_usrreq.c | 231 chk->whoTo->flight_size, in sctp_pathmtu_adjustment() 233 (uint32_t)(uintptr_t)chk->whoTo, in sctp_pathmtu_adjustment() 239 chk->whoTo->rto_needed = 1; in sctp_pathmtu_adjustment()
|