Searched refs:ctf_do_drop (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 647 ctf_do_drop(struct mbuf *m, struct tcpcb *tp) in ctf_do_drop() function 706 ctf_do_drop(m, tp); in ctf_process_rst() 738 ctf_do_drop(m, tp); in ctf_challenge_ack() 746 ctf_do_drop(m, NULL); in ctf_challenge_ack() 782 ctf_do_drop(m, NULL); in ctf_ts_check()
|
| H A D | rack_bbr_common.h | 111 ctf_do_drop(struct mbuf *m, struct tcpcb *tp);
|
| H A D | rack.c | 9195 ctf_do_drop(m, tp); in rack_do_syn_sent() 9199 ctf_do_drop(m, tp); in rack_do_syn_sent() 9203 ctf_do_drop(m, tp); in rack_do_syn_sent() 9405 ctf_do_drop(m, NULL); in rack_do_syn_recv() 9667 ctf_do_drop(m, NULL); in rack_do_established() 9762 ctf_do_drop(m, NULL); in rack_do_close_wait() 9894 ctf_do_drop(m, NULL); in rack_do_fin_wait_1() 10017 ctf_do_drop(m, NULL); in rack_do_closing() 10126 ctf_do_drop(m, NULL); in rack_do_lastack() 10138 ctf_do_drop(m, tp); in rack_do_lastack() [all …]
|
| H A D | bbr.c | 8870 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8874 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8878 ctf_do_drop(m, tp); in bbr_do_syn_sent() 9084 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 9365 ctf_do_drop(m, NULL); in bbr_do_established() 9461 ctf_do_drop(m, NULL); in bbr_do_close_wait() 9594 ctf_do_drop(m, NULL); in bbr_do_fin_wait_1() 9721 ctf_do_drop(m, NULL); in bbr_do_closing() 9834 ctf_do_drop(m, NULL); in bbr_do_lastack() 9846 ctf_do_drop(m, tp); in bbr_do_lastack() [all …]
|