Searched refs:hhook_run_tcp_est_in (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 274 hhook_run_tcp_est_in(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in hhook_run_tcp_est_in() function 1834 hhook_run_tcp_est_in(tp, th, &to); in tcp_do_segment() 2579 hhook_run_tcp_est_in(tp, th, &to); in tcp_do_segment()
|
H A D | tcp_var.h | 1401 void hhook_run_tcp_est_in(struct tcpcb *tp,
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 8674 hhook_run_tcp_est_in(tp, th, to); in bbr_fastack()
|
H A D | rack.c | 12752 hhook_run_tcp_est_in(tp, th, to); in rack_fastack()
|