Searched refs:ctf_do_dropwithreset (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.h | 103 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp,
|
H A D | rack_bbr_common.c | 507 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset() function 671 ctf_do_dropwithreset(m, tp, th, tlen); in ctf_do_dropafterack()
|
H A D | bbr.c | 7864 ctf_do_dropwithreset(m, tp, th, tlen); in bbr_process_ack() 8764 ctf_do_dropwithreset(m, tp, th, tlen); in bbr_do_syn_sent() 8966 ctf_do_dropwithreset(m, tp, th, tlen); in bbr_do_syn_recv() 8978 ctf_do_dropwithreset(m, tp, th, tlen); in bbr_do_syn_recv() 9011 ctf_do_dropwithreset(m, tp, th, tlen); in bbr_do_syn_recv() 9406 ctf_do_dropwithreset(m, tp, th, *tlen); in bbr_check_data_after_close()
|
H A D | rack.c | 12039 ctf_do_dropwithreset(m, tp, th, tlen); in rack_process_ack() 12877 ctf_do_dropwithreset(m, tp, th, tlen); in rack_do_syn_sent() 13091 ctf_do_dropwithreset(m, tp, th, tlen); in rack_do_syn_recv() 13104 ctf_do_dropwithreset(m, tp, th, tlen); in rack_do_syn_recv() 13138 ctf_do_dropwithreset(m, tp, th, tlen); in rack_do_syn_recv() 13519 ctf_do_dropwithreset(m, tp, th, *tlen); in rack_check_data_after_close() 16654 ctf_do_dropwithreset(m, tp, th, tlen); in rack_do_segment_nounlock()
|