Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h1554 tcp_req_alloc_req_full(struct tcpcb *tp, struct tcp_snd_req *req, uint64_t ts, int rec_dups);
H A Dtcp_subr.c4842 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
4935 (void)tcp_req_alloc_req_full(tp, &user->tcp_req, ts, 1); in tcp_req_alloc_req()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c22841 sft = tcp_req_alloc_req_full(rack->rc_tp, &hybrid->req, tcp_tv_to_lusec(&tv), 0); in process_hybrid_pacing()