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 | 681 ctf_do_drop(struct mbuf *m, struct tcpcb *tp) in ctf_do_drop() function 740 ctf_do_drop(m, tp); in ctf_process_rst() 769 ctf_do_drop(m, tp); in ctf_challenge_ack() 778 ctf_do_drop(m, NULL); in ctf_challenge_ack() 814 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 | 8771 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8775 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8779 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8985 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 8989 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 9276 ctf_do_drop(m, NULL); in bbr_do_established() 9373 ctf_do_drop(m, NULL); in bbr_do_close_wait() 9504 ctf_do_drop(m, NULL); in bbr_do_fin_wait_1() 9620 ctf_do_drop(m, NULL); in bbr_do_closing() 9722 ctf_do_drop(m, NULL); in bbr_do_lastack() [all …]
|
H A D | rack.c | 12884 ctf_do_drop(m, tp); in rack_do_syn_sent() 12888 ctf_do_drop(m, tp); in rack_do_syn_sent() 12892 ctf_do_drop(m, tp); in rack_do_syn_sent() 13111 ctf_do_drop(m, NULL); in rack_do_syn_recv() 13115 ctf_do_drop(m, NULL); in rack_do_syn_recv() 13388 ctf_do_drop(m, NULL); in rack_do_established() 13483 ctf_do_drop(m, NULL); in rack_do_close_wait() 13614 ctf_do_drop(m, NULL); in rack_do_fin_wait_1() 13729 ctf_do_drop(m, NULL); in rack_do_closing() 13831 ctf_do_drop(m, NULL); in rack_do_lastack() [all …]
|