Searched refs:whoTo (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_timer.c | 700 chk->whoTo = alt; in sctp_mark_all_for_resend() 756 chk->whoTo = alt; in sctp_mark_all_for_resend() 1100 cookie->whoTo = alt; in sctp_cookie_timer() 1131 net = strrst->whoTo; in sctp_strreset_timer() 1143 strrst->whoTo = alt; in sctp_strreset_timer() 1156 chk->whoTo = alt; in sctp_strreset_timer() 1201 net = asconf->whoTo; in sctp_asconf_timer() 1227 asconf->whoTo = alt; in sctp_asconf_timer() 1236 chk->whoTo = alt; in sctp_asconf_timer() 1246 if (chk->whoTo != alt) { in sctp_asconf_timer() [all …]
|
| H A D | sctp_indata.c | 2175 chk->whoTo = net; in sctp_process_a_data_chunk() 3383 if (tp1->whoTo && tp1->whoTo->saw_newack == 0) { in sctp_strike_gap_ack_chunks() 3586 (tp1->whoTo ? (tp1->whoTo->flight_size) : 0), in sctp_strike_gap_ack_chunks() 3591 if (tp1->whoTo) { in sctp_strike_gap_ack_chunks() 3649 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks() 3668 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks() 3677 if (tp1->whoTo) { in sctp_strike_gap_ack_chunks() 3691 alt = tp1->whoTo; in sctp_strike_gap_ack_chunks() 3741 tp1->whoTo = alt; in sctp_strike_gap_ack_chunks() 3897 tp1->whoTo ? tp1->whoTo->flight_size : 0, in sctp_window_probe_recovery() [all …]
|
| H A D | sctp_var.h | 147 if ((_chk)->whoTo) { \ 148 sctp_free_remote_addr((_chk)->whoTo); \ 149 (_chk)->whoTo = NULL; \ 171 (_chk)->whoTo = NULL; \ 248 if (tp1->whoTo->flight_size >= tp1->book_size) \ 249 tp1->whoTo->flight_size -= tp1->book_size; \ 251 tp1->whoTo->flight_size = 0; \ 255 (tp1)->whoTo->flight_size += (tp1)->book_size; \
|
| H A D | sctp_output.c | 8935 chk->whoTo = NULL; in sctp_queue_op_err() 9025 chk->whoTo = net; in sctp_send_cookie_echo() 9081 chk->whoTo = net; in sctp_send_heartbeat_ack() 9163 chk->whoTo = net; in sctp_send_shutdown_ack() 9164 if (chk->whoTo) { in sctp_send_shutdown_ack() 9217 chk->whoTo = net; in sctp_send_shutdown() 9283 chk->whoTo = net; in sctp_send_asconf() 9284 if (chk->whoTo) { in sctp_send_asconf() 11304 chk->whoTo = net; in sctp_send_hb() 11414 chk->whoTo = net; in sctp_send_ecn_echo() [all …]
|
| H A D | sctp_input.c | 1902 sctp_free_remote_addr(chk->whoTo); in sctp_process_cookie_existing() 1914 sctp_free_remote_addr(chk->whoTo); in sctp_process_cookie_existing() 2879 if (chk->whoTo != NULL) { in sctp_handle_cookie_ack() 2925 net = lchk->whoTo; in sctp_handle_ecn_echo() 3164 if (tp1->whoTo->rto_needed == 0) { in process_chunk_drop() 3165 tp1->whoTo->rto_needed = 1; in process_chunk_drop() 3190 stcb, tp1->whoTo, in process_chunk_drop() 3193 stcb, tp1->whoTo); in process_chunk_drop() 3198 tp1->whoTo->flight_size, in process_chunk_drop() 4047 chk->whoTo = NULL; in sctp_handle_stream_reset() [all …]
|
| H A D | sctp_structs.h | 431 struct sctp_nets *whoTo; member
|
| H A D | sctp_pcb.c | 4647 sctp_free_remote_addr(chk->whoTo); in sctp_clean_up_stream() 5006 if (chk->whoTo) { in sctp_free_assoc() 5007 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc() 5008 chk->whoTo = NULL; in sctp_free_assoc() 5039 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc() 5060 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc() 5074 sctp_free_remote_addr(chk->whoTo); in sctp_free_assoc()
|
| H A D | sctp_asconf.c | 1033 if (chk->whoTo != NULL) { in sctp_assoc_immediate_retrans() 1038 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_assoc_immediate_retrans() 1059 if (chk->whoTo == net) { in sctp_net_immediate_retrans()
|
| H A D | sctputil.c | 741 if ((chk->whoTo == lnet) && in sctp_auditing() 1836 if (chk->whoTo != NULL) { in sctp_timeout_handler() 1841 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo); in sctp_timeout_handler() 5173 chk->whoTo = NULL; in sctp_release_pr_sctp_chunk()
|
| H A D | sctp_usrreq.c | 139 chk->whoTo->flight_size, in sctp_pathmtu_adjustment() 141 (uint32_t)(uintptr_t)chk->whoTo, in sctp_pathmtu_adjustment() 147 chk->whoTo->rto_needed = 1; in sctp_pathmtu_adjustment()
|