Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h621 int (*tfb_compute_pipe)(struct tcpcb *tp); member
H A Dtcp_input.c4154 if (tp->t_fb->tfb_compute_pipe != NULL) { in tcp_compute_pipe()
4155 pipe = (*tp->t_fb->tfb_compute_pipe)(tp); in tcp_compute_pipe()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c24155 .tfb_compute_pipe = rack_compute_pipe,