Searched refs:ctf_ts_check (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.h | 122 ctf_ts_check(struct mbuf *m, struct tcphdr *th,
|
| H A D | rack_bbr_common.c | 758 ctf_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in ctf_ts_check() function
|
| H A D | rack.c | 9418 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_syn_recv() 9625 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_established() 9720 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_close_wait() 9845 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_1() 9968 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_closing() 10077 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_lastack() 10187 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_2()
|
| H A D | bbr.c | 9097 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_syn_recv() 9323 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_established() 9419 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_close_wait() 9540 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_1() 9667 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_closing() 9780 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_lastack() 9896 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_2()
|