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 | 8766 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8770 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8774 ctf_do_drop(m, tp); in bbr_do_syn_sent() 8980 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 8984 ctf_do_drop(m, NULL); in bbr_do_syn_recv() 9271 ctf_do_drop(m, NULL); in bbr_do_established() 9368 ctf_do_drop(m, NULL); in bbr_do_close_wait() 9499 ctf_do_drop(m, NULL); in bbr_do_fin_wait_1() 9615 ctf_do_drop(m, NULL); in bbr_do_closing() 9717 ctf_do_drop(m, NULL); in bbr_do_lastack() [all …]
|
| H A D | rack.c | 12679 ctf_do_drop(m, tp); in rack_do_syn_sent() 12683 ctf_do_drop(m, tp); in rack_do_syn_sent() 12687 ctf_do_drop(m, tp); in rack_do_syn_sent() 12906 ctf_do_drop(m, NULL); in rack_do_syn_recv() 12910 ctf_do_drop(m, NULL); in rack_do_syn_recv() 13183 ctf_do_drop(m, NULL); in rack_do_established() 13278 ctf_do_drop(m, NULL); in rack_do_close_wait() 13409 ctf_do_drop(m, NULL); in rack_do_fin_wait_1() 13524 ctf_do_drop(m, NULL); in rack_do_closing() 13626 ctf_do_drop(m, NULL); in rack_do_lastack() [all …]
|