Searched refs:ctf_ts_check (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.h | 117 ctf_ts_check(struct mbuf *m, struct tcphdr *th,
|
H A D | rack_bbr_common.c | 794 ctf_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in ctf_ts_check() function
|
H A D | bbr.c | 9001 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_syn_recv() 9237 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_established() 9334 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_close_wait() 9456 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_1() 9581 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_closing() 9683 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_lastack() 9787 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_2()
|
H A D | rack.c | 13125 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_syn_recv() 13345 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_established() 13440 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_close_wait() 13565 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_1() 13687 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_closing() 13788 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_lastack() 13891 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_2()
|