Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_timer.c558 chk->whoTo = alt; in sctp_mark_all_for_resend()
617 chk->whoTo = alt; in sctp_mark_all_for_resend()
711 if (chk->whoTo == net) { in sctp_move_all_chunks_to_alt()
713 chk->whoTo = alt; in sctp_move_all_chunks_to_alt()
720 if (chk->whoTo == net) { in sctp_move_all_chunks_to_alt()
722 chk->whoTo = alt; in sctp_move_all_chunks_to_alt()
948 cookie->whoTo = alt; in sctp_cookie_timer()
1003 strrst->whoTo = alt; in sctp_strreset_timer()
1015 chk->whoTo = alt; in sctp_strreset_timer()
1097 asconf->whoTo = alt; in sctp_asconf_timer()
[all …]
H A Dsctp_var.h113 if (tp1->whoTo->flight_size >= tp1->book_size) \
114 tp1->whoTo->flight_size -= tp1->book_size; \
116 tp1->whoTo->flight_size = 0; \
120 (tp1)->whoTo->flight_size += (tp1)->book_size; \
H A Dsctp_indata.c434 chk->whoTo, in sctp_deliver_data()
657 chk->whoTo, in sctp_service_reassembly()
2042 chk->whoTo = net; in sctp_process_a_data_chunk()
2814 tp1->whoTo->RTO = in sctp_handle_segments()
2817 tp1->whoTo, in sctp_handle_segments()
3122 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks()
3159 tp1->whoTo->net_ack++; in sctp_strike_gap_ack_chunks()
3170 if (alt != tp1->whoTo) { in sctp_strike_gap_ack_chunks()
3173 tp1->whoTo = alt; in sctp_strike_gap_ack_chunks()
3695 tp1->whoTo->RTO = in sctp_handle_sack()
[all …]
H A Dsctp_output.c4845 if (chk->whoTo)
4877 if (chk->whoTo)
6188 chk->whoTo = net;
6273 chk->whoTo = net;
6318 chk->whoTo = net;
6622 net = chk->whoTo;
7755 if (a_chk->whoTo)
8351 chk->whoTo = net;
8481 chk->whoTo = net;
8596 chk->whoTo = net;
[all …]
H A Dsctp_input.c208 sctp_free_remote_addr(chk->whoTo); in sctp_process_init()
209 chk->whoTo = NULL; in sctp_process_init()
2214 stcb, chk->whoTo); in sctp_handle_cookie_ack()
2248 net = lchk->whoTo; in sctp_handle_ecn_echo()
2320 sctp_free_remote_addr(chk->whoTo); in sctp_handle_ecn_cwr()
2449 tp1->whoTo->rto_pending = 0; in process_chunk_drop()
2471 stcb, tp1->whoTo); in process_chunk_drop()
2473 stcb, tp1->whoTo); in process_chunk_drop()
2653 sctp_timer_stop(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo); in sctp_clean_up_stream_reset()
2662 sctp_free_remote_addr(chk->whoTo); in sctp_clean_up_stream_reset()
[all …]
H A Dsctputil.c541 if ((chk->whoTo == lnet) && in sctp_auditing()
917 chk->whoTo); in sctp_timeout_handler()
2591 if (chk->whoTo) in sctp_report_all_outbound()
2592 sctp_free_remote_addr(chk->whoTo); in sctp_report_all_outbound()
2593 chk->whoTo = NULL; in sctp_report_all_outbound()
2615 if (chk->whoTo) in sctp_report_all_outbound()
2616 sctp_free_remote_addr(chk->whoTo); in sctp_report_all_outbound()
2617 chk->whoTo = NULL; in sctp_report_all_outbound()
2638 if (chk->whoTo) in sctp_report_all_outbound()
2639 sctp_free_remote_addr(chk->whoTo); in sctp_report_all_outbound()
[all …]
H A Dsctp_structs.h246 struct sctp_nets *whoTo; member
H A Dsctp_usrreq.c227 if (chk->whoTo) { in sctp_split_chunks()
228 new_chk->whoTo->ref_count++; in sctp_split_chunks()
H A Dsctp_pcb.c3137 chk->whoTo = NULL; in sctp_free_assoc()
3162 chk->whoTo = NULL; in sctp_free_assoc()