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 | 790 ctf_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in ctf_ts_check() function
|
H A D | bbr.c | 8999 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_syn_recv() 9235 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_established() 9332 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_close_wait() 9454 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_1() 9579 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_closing() 9681 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_lastack() 9785 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_2()
|
H A D | rack.c | 13126 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_syn_recv() 13346 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_established() 13441 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_close_wait() 13566 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_1() 13688 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_closing() 13789 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_lastack() 13892 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_2()
|