Home
last modified time | relevance | path

Searched refs:tcp_req_alloc_req_full (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_var.h1564 tcp_req_alloc_req_full(struct tcpcb *tp, struct tcp_snd_req *req, uint64_t ts, int rec_dups);
H A Dtcp_subr.c4601 tcp_req_alloc_req_full(struct tcpcb *tp, struct tcp_snd_req *req, uint64_t ts, int rec_dups) in tcp_req_alloc_req_full() function
4690 (void)tcp_req_alloc_req_full(tp, &user->tcp_req, ts, 1); in tcp_req_alloc_req()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c22980 sft = tcp_req_alloc_req_full(rack->rc_tp, &hybrid->req, tcp_tv_to_lusectick(&tv), 0); in process_hybrid_pacing()