Searched refs:ctf_do_dropwithreset_conn (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.h | 127 ctf_do_dropwithreset_conn(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th,
|
H A D | rack_bbr_common.c | 864 ctf_do_dropwithreset_conn(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, in ctf_do_dropwithreset_conn() function
|
H A D | bbr.c | 9289 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_established() 9386 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_close_wait() 9536 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_fin_wait_1() 9638 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_closing() 9740 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_lastack() 9849 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_fin_wait_2() 11511 ctf_do_dropwithreset_conn(m, tp, th, tlen); in bbr_do_segment_nounlock()
|
H A D | rack.c | 13401 ctf_do_dropwithreset_conn(m, tp, th, tlen); in rack_do_established() 13497 ctf_do_dropwithreset_conn(m, tp, th, tlen); in rack_do_close_wait() 13647 ctf_do_dropwithreset_conn(m, tp, th, tlen); in rack_do_fin_wait_1() 13748 ctf_do_dropwithreset_conn(m, tp, th, tlen); in rack_do_closing() 13850 ctf_do_dropwithreset_conn(m, tp, th, tlen); in rack_do_lastack() 13954 ctf_do_dropwithreset_conn(m, tp, th, tlen); in rack_do_fin_wait_2()
|