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 | 8994 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_syn_recv() 9230 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_established() 9327 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_close_wait() 9449 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_1() 9574 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_closing() 9676 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_lastack() 9780 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in bbr_do_fin_wait_2()
|
| H A D | rack.c | 12921 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_syn_recv() 13141 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_established() 13236 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_close_wait() 13361 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_1() 13483 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_closing() 13584 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_lastack() 13687 if (ctf_ts_check(m, th, tp, tlen, thflags, &ret_val)) in rack_do_fin_wait_2()
|