Searched refs:ctf_do_dropafterack (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 630 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in ctf_drop_checks() 651 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t t… in ctf_do_dropafterack() function 812 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in ctf_ts_check()
|
H A D | rack_bbr_common.h | 98 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp,
|
H A D | bbr.c | 7725 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in bbr_process_ack() 7731 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in bbr_process_ack() 9272 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_established() 9369 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_close_wait() 9500 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_fin_wait_1() 9616 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_closing() 9718 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_lastack() 9832 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in bbr_do_fin_wait_2()
|
H A D | rack.c | 11802 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in rack_process_ack() 11808 ctf_do_dropafterack(m, tp, th, thflags, tlen, ret_val); in rack_process_ack() 13384 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_established() 13479 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_close_wait() 13610 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_fin_wait_1() 13725 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_closing() 13827 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_lastack() 13936 ctf_do_dropafterack(m, tp, th, thflags, tlen, &ret_val); in rack_do_fin_wait_2()
|