Searched refs:ctf_do_drop (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 700 ctf_do_drop(struct mbuf *m, struct tcpcb *tp) in ctf_do_drop() function 759 ctf_do_drop(m, tp); in ctf_process_rst() 788 ctf_do_drop(m, tp); in ctf_challenge_ack() 797 ctf_do_drop(m, NULL); in ctf_challenge_ack() 833 ctf_do_drop(m, NULL); in ctf_ts_check()
|
H A D | rack_bbr_common.h | 106 ctf_do_drop(struct mbuf *m, struct tcpcb *tp);
|
H A D | bbr.c | 8792 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8796 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8800 ctf_do_drop(m, tp); in bbr_do_syn_sent() 9006 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 9010 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 9297 ctf_do_drop(m, NULL); in bbr_do_established() 9394 ctf_do_drop(m, NULL); in bbr_do_close_wait() 9525 ctf_do_drop(m, NULL); in bbr_do_fin_wait_1() 9641 ctf_do_drop(m, NULL); in bbr_do_closing() 9743 ctf_do_drop(m, NULL); in bbr_do_lastack() [all …]
|
H A D | rack.c | 12905 ctf_do_drop(m, tp); in rack_do_syn_sent() 12909 ctf_do_drop(m, tp); in rack_do_syn_sent() 12913 ctf_do_drop(m, tp); in rack_do_syn_sent() 13132 ctf_do_drop(m, NULL); in rack_do_syn_recv() 13136 ctf_do_drop(m, NULL); in rack_do_syn_recv() 13409 ctf_do_drop(m, NULL); in rack_do_established() 13504 ctf_do_drop(m, NULL); in rack_do_close_wait() 13635 ctf_do_drop(m, NULL); in rack_do_fin_wait_1() 13750 ctf_do_drop(m, NULL); in rack_do_closing() 13852 ctf_do_drop(m, NULL); in rack_do_lastack() [all …]
|