Searched refs:tcp_req_log_req_info (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_subr.c | 4380 tcp_req_log_req_info(struct tcpcb *tp, struct tcp_sendfile_track *req, in tcp_req_log_req_info() function 4469 tcp_req_log_req_info(tp, &tp->t_tcpreq_info[i], i, TCP_TRK_REQ_LOG_STALE, in tcp_req_check_for_stale_entries() 4476 tcp_req_log_req_info(tp, &tp->t_tcpreq_info[i], i, TCP_TRK_REQ_LOG_STALE, in tcp_req_check_for_stale_entries() 4503 tcp_req_log_req_info(tp, ent, in tcp_req_check_for_comp() 4568 tcp_req_log_req_info(tp, ent, i, TCP_TRK_REQ_LOG_SEARCH, in tcp_req_find_req_for_seq() 4637 tcp_req_log_req_info(tp, &tp->t_tcpreq_info[i], in tcp_req_alloc_req_full() 4682 tcp_req_log_req_info(tp, fil, i, in tcp_req_alloc_req_full()
|
H A D | tcp_log_buf.c | 2937 tcp_req_log_req_info(tp, ent, i, TCP_TRK_REQ_LOG_COMPLETE, offset, nbytes); in tcp_log_sendfile() 2939 tcp_req_log_req_info(tp, ent, i, TCP_TRK_REQ_LOG_MOREYET, offset, nbytes); in tcp_log_sendfile()
|
H A D | tcp_var.h | 1547 tcp_req_log_req_info(struct tcpcb *tp,
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 11757 tcp_req_log_req_info(rack->rc_tp, ent, in rack_req_check_for_comp()
|