Searched refs:ctf_do_dropafterack (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.h | 105 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp,
|
| H A D | rack_bbr_common.c | 596 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in ctf_drop_checks() 617 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t t… in ctf_do_dropafterack() function 780 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in ctf_ts_check()
|
| H A D | rack.c | 8218 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in rack_process_ack() 9663 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_established() 9758 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_close_wait() 9890 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_fin_wait_1() 10013 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_closing() 10122 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_lastack() 10233 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_fin_wait_2()
|
| H A D | bbr.c | 7806 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in bbr_process_ack() 9361 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_established() 9457 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_close_wait() 9590 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_fin_wait_1() 9717 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_closing() 9830 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_lastack() 9950 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_fin_wait_2()
|