Searched refs:tcp_sendfile_track (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_var.h | 148 struct tcp_sendfile_track { struct 496 struct tcp_sendfile_track t_tcpreq_info[MAX_TCP_TRK_REQ]; 1535 void tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent); 1536 struct tcp_sendfile_track * 1540 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point); 1541 struct tcp_sendfile_track * 1545 struct tcp_sendfile_track *req, uint16_t slot, 1554 struct tcp_sendfile_track *
|
H A D | tcp_subr.c | 4360 tcp_req_log_req_info(struct tcpcb *tp, struct tcp_sendfile_track *req, in tcp_req_log_req_info() 4401 tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent) in tcp_req_free_a_slot() 4418 struct tcp_sendfile_track *ent; in tcp_req_check_for_stale_entries() 4466 struct tcp_sendfile_track *ent; in tcp_req_check_for_comp() 4493 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point) in tcp_req_is_entry_comp() 4507 struct tcp_sendfile_track * 4515 struct tcp_sendfile_track *ent; in tcp_req_find_a_req_that_is_completed_by() 4536 struct tcp_sendfile_track * 4539 struct tcp_sendfile_track *ent; in tcp_req_find_req_for_seq() 4580 struct tcp_sendfile_track * [all …]
|
H A D | tcp_log_buf.c | 2859 struct tcp_sendfile_track *ent; in tcp_log_sendfile()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | 480 struct tcp_sendfile_track *rc_last_sft;
|
H A D | rack.c | 1998 struct tcp_sendfile_track *cur, int line) in rack_log_hybrid_bw() 2083 log.u_bbr.bbr_substate = (uint8_t)(off / sizeof(struct tcp_sendfile_track)); in rack_log_hybrid_bw() 2120 rack_log_hybrid_sends(struct tcp_rack *rack, struct tcp_sendfile_track *cur, int line) in rack_log_hybrid_sends() 2152 log.u_bbr.bbr_substate = (uint8_t)(off / sizeof(struct tcp_sendfile_track)); in rack_log_hybrid_sends() 2245 struct tcp_sendfile_track *ent; in rack_rate_cap_bw() 11221 struct tcp_sendfile_track *cur, uint8_t mod, int line, int err) in rack_log_hybrid() 11264 log.u_bbr.use_lt_bw = (uint8_t)(off / sizeof(struct tcp_sendfile_track)); in rack_log_hybrid() 11311 struct tcp_sendfile_track *rc_cur, *orig_ent; in rack_set_dgp_hybrid_mode() 11485 struct tcp_sendfile_track *ent; in rack_chk_req_and_hybrid_on_out() 11665 struct tcp_sendfile_track *ent; in rack_req_check_for_comp() [all …]
|