Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c577 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend()
662 chk->whoTo->cwnd -= chk->book_size; in sctp_mark_all_for_resend()
669 chk->whoTo->flight_size, in sctp_mark_all_for_resend()
671 (uint32_t)(uintptr_t)chk->whoTo, in sctp_mark_all_for_resend()
688 if (chk->whoTo->rto_needed == 0) { in sctp_mark_all_for_resend()
689 chk->whoTo->rto_needed = 1; in sctp_mark_all_for_resend()
694 sctp_free_remote_addr(chk->whoTo); in sctp_mark_all_for_resend()
696 chk->whoTo = alt; in sctp_mark_all_for_resend()
749 if ((chk->whoTo == net) && in sctp_mark_all_for_resend()
751 sctp_free_remote_addr(chk->whoTo); in sctp_mark_all_for_resend()
[all …]
H A Dsctp_indata.c2163 chk->whoTo = net; in sctp_process_a_data_chunk()
2961 (tp1->whoTo->find_pseudo_cumack == 1) && in sctp_process_segment_range()
2963 tp1->whoTo->pseudo_cumack = tp1->rec.data.tsn; in sctp_process_segment_range()
2964 tp1->whoTo->find_pseudo_cumack = 0; in sctp_process_segment_range()
2967 (tp1->whoTo->find_rtx_pseudo_cumack == 1) && in sctp_process_segment_range()
2969 tp1->whoTo->rtx_pseudo_cumack = tp1->rec.data.tsn; in sctp_process_segment_range()
2970 tp1->whoTo->find_rtx_pseudo_cumack = 0; in sctp_process_segment_range()
2998 tp1->whoTo->saw_newack = 1; in sctp_process_segment_range()
3001 tp1->whoTo->this_sack_highest_newack)) { in sctp_process_segment_range()
3002 tp1->whoTo->this_sack_highest_newack = in sctp_process_segment_range()
[all …]
H A Dsctp_var.h144 if ((_chk)->whoTo) { \
145 sctp_free_remote_addr((_chk)->whoTo); \
146 (_chk)->whoTo = NULL; \
168 (_chk)->whoTo = NULL; \
245 if (tp1->whoTo->flight_size >= tp1->book_size) \
246 tp1->whoTo->flight_size -= tp1->book_size; \
248 tp1->whoTo->flight_size = 0; \
252 (tp1)->whoTo->flight_size += (tp1)->book_size; \
H A Dsctp_output.c7061 if (data_list[i]->whoTo == NULL) { in sctp_clean_up_datalist()
7062 data_list[i]->whoTo = net; in sctp_clean_up_datalist()
7104 data_list[i]->whoTo->flight_size, in sctp_clean_up_datalist()
7106 (uint32_t)(uintptr_t)data_list[i]->whoTo, in sctp_clean_up_datalist()
7577 chk->whoTo = sp->net; in sctp_move_to_outqueue()
7578 atomic_add_int(&chk->whoTo->ref_count, 1); in sctp_move_to_outqueue()
7580 chk->whoTo = NULL; in sctp_move_to_outqueue()
7804 if (chk->whoTo == net) { in sctp_move_chunks_from_net()
7805 sctp_free_remote_addr(chk->whoTo); in sctp_move_chunks_from_net()
7806 chk->whoTo = NULL; in sctp_move_chunks_from_net()
[all …]
H A Dsctp_input.c1845 sctp_free_remote_addr(chk->whoTo); in sctp_process_cookie_existing()
1860 sctp_free_remote_addr(chk->whoTo); in sctp_process_cookie_existing()
2842 if (chk->whoTo != NULL) { in sctp_handle_cookie_ack()
2847 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_handle_cookie_ack()
2884 net = lchk->whoTo; in sctp_handle_ecn_echo()
2989 if ((override == 0) && (chk->whoTo != net)) { in sctp_handle_ecn_cwr()
3123 if (tp1->whoTo->rto_needed == 0) { in process_chunk_drop()
3124 tp1->whoTo->rto_needed = 1; in process_chunk_drop()
3149 stcb, tp1->whoTo, in process_chunk_drop()
3152 stcb, tp1->whoTo); in process_chunk_drop()
[all …]
H A Dsctp_pcb.c4528 sctp_free_remote_addr(chk->whoTo); in sctp_clean_up_stream()
4870 if (chk->whoTo) { in sctp_free_assoc()
4871 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc()
4872 chk->whoTo = NULL; in sctp_free_assoc()
4903 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc()
4924 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc()
4938 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc()
H A Dsctp_structs.h448 struct sctp_nets *whoTo; member
H A Dsctp_asconf.c1030 if (chk->whoTo != NULL) { in sctp_assoc_immediate_retrans()
1035 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_assoc_immediate_retrans()
1056 if (chk->whoTo == net) { in sctp_net_immediate_retrans()
H A Dsctputil.c738 if ((chk->whoTo == lnet) && in sctp_auditing()
1850 if (chk->whoTo != NULL) { in sctp_timeout_handler()
1855 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_timeout_handler()
5233 chk->whoTo = NULL; in sctp_release_pr_sctp_chunk()
H A Dsctp_usrreq.c154 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
156 (uint32_t)(uintptr_t)chk->whoTo, in sctp_pathmtu_adjustment()
162 chk->whoTo->rto_needed = 1; in sctp_pathmtu_adjustment()