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]; 1533 void tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent); 1534 struct tcp_sendfile_track * 1538 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point); 1539 struct tcp_sendfile_track * 1543 struct tcp_sendfile_track *req, uint16_t slot, 1552 struct tcp_sendfile_track *
|
H A D | tcp_subr.c | 4629 tcp_req_log_req_info(struct tcpcb *tp, struct tcp_sendfile_track *req, in tcp_req_log_req_info() 4670 tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent) in tcp_req_free_a_slot() 4687 struct tcp_sendfile_track *ent; in tcp_req_check_for_stale_entries() 4735 struct tcp_sendfile_track *ent; in tcp_req_check_for_comp() 4762 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point) in tcp_req_is_entry_comp() 4776 struct tcp_sendfile_track * 4784 struct tcp_sendfile_track *ent; in tcp_req_find_a_req_that_is_completed_by() 4805 struct tcp_sendfile_track * 4808 struct tcp_sendfile_track *ent; in tcp_req_find_req_for_seq() 4849 struct tcp_sendfile_track * [all …]
|
H A D | tcp_log_buf.c | 2866 struct tcp_sendfile_track *ent; in tcp_log_sendfile()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | 478 struct tcp_sendfile_track *rc_last_sft;
|
H A D | rack.c | 1995 struct tcp_sendfile_track *cur, int line) in rack_log_hybrid_bw() 2080 log.u_bbr.bbr_substate = (uint8_t)(off / sizeof(struct tcp_sendfile_track)); in rack_log_hybrid_bw() 2117 rack_log_hybrid_sends(struct tcp_rack *rack, struct tcp_sendfile_track *cur, int line) in rack_log_hybrid_sends() 2149 log.u_bbr.bbr_substate = (uint8_t)(off / sizeof(struct tcp_sendfile_track)); in rack_log_hybrid_sends() 2242 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 …]
|