Lines Matching refs:ourfinisacked
7683 int32_t ourfinisacked = 0; in bbr_process_ack() local
7841 ourfinisacked = 1; in bbr_process_ack()
7874 *ofia = ourfinisacked; in bbr_process_ack()
8743 int32_t ourfinisacked = 0; in bbr_do_syn_sent() local
8908 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) in bbr_do_syn_sent()
8917 if (ourfinisacked) { in bbr_do_syn_sent()
8953 int32_t ourfinisacked = 0; in bbr_do_syn_recv() local
9130 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_syn_recv()
9140 if (ourfinisacked) { in bbr_do_syn_recv()
9431 int32_t ourfinisacked = 0; in bbr_do_fin_wait_1() local
9513 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_fin_wait_1()
9516 if (ourfinisacked) { in bbr_do_fin_wait_1()
9556 int32_t ourfinisacked = 0; in bbr_do_closing() local
9629 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_closing()
9632 if (ourfinisacked) { in bbr_do_closing()
9658 int32_t ourfinisacked = 0; in bbr_do_lastack() local
9731 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_lastack()
9734 if (ourfinisacked) { in bbr_do_lastack()
9760 int32_t ourfinisacked = 0; in bbr_do_fin_wait_2() local
9845 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) { in bbr_do_fin_wait_2()