Searched refs:bbr_process_ack (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 7739 bbr_process_ack(struct mbuf *m, struct tcphdr *th, struct socket *so, in bbr_process_ack() function 8965 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) in bbr_do_syn_sent() 9183 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_syn_recv() 9337 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, NULL, thflags, &ret_val)) { in bbr_do_established() 9433 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, NULL, thflags, &ret_val)) { in bbr_do_close_wait() 9566 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_fin_wait_1() 9693 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_closing() 9806 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_lastack() 9927 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_fin_wait_2()
|