Searched refs:nxt_pkt (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 260 int32_t retval, nxt_pkt, tlen, off; in ctf_process_inbound_raw() local 420 nxt_pkt = 1; in ctf_process_inbound_raw() 422 nxt_pkt = 0; in ctf_process_inbound_raw() 425 iptos, nxt_pkt, &tv); in ctf_process_inbound_raw()
|
| H A D | rack.c | 1893 log.u_bbr.flex2 = nxt_pkt; in rack_log_doseg_done() 9358 tiwin, thflags, nxt_pkt)); in rack_do_syn_sent() 9558 tiwin, thflags, nxt_pkt)); in rack_do_syn_recv() 9687 tiwin, thflags, nxt_pkt)); in rack_do_established() 9782 tiwin, thflags, nxt_pkt)); in rack_do_close_wait() 9933 tiwin, thflags, nxt_pkt)); in rack_do_fin_wait_1() 10042 tiwin, thflags, nxt_pkt)); in rack_do_closing() 10151 tiwin, thflags, nxt_pkt)); in rack_do_lastack() 11127 if (nxt_pkt == 0) { in rack_do_segment_nounlock() 11135 if ((nxt_pkt == 0) && in rack_do_segment_nounlock() [all …]
|
| H A D | bbr.c | 2303 log.u_bbr.flex2 = nxt_pkt; in bbr_log_doseg_done() 9038 tiwin, thflags, nxt_pkt)); in bbr_do_syn_sent() 9249 tiwin, thflags, nxt_pkt)); in bbr_do_syn_recv() 9299 tiwin, nxt_pkt)) { in bbr_do_established() 9384 tiwin, thflags, nxt_pkt)); in bbr_do_established() 9479 tiwin, thflags, nxt_pkt)); in bbr_do_close_wait() 9631 tiwin, thflags, nxt_pkt)); in bbr_do_fin_wait_1() 9744 tiwin, thflags, nxt_pkt)); in bbr_do_closing() 11654 if (nxt_pkt == 0) in bbr_do_segment_nounlock() 11668 if (nxt_pkt == 0) { in bbr_do_segment_nounlock() [all …]
|