Lines Matching refs:next_batch
1675 uint32_t next_batch; in send_and_receive() local
1677 next_batch = payload.packet_number in send_and_receive()
1679 if (next_batch > how_many) { in send_and_receive()
1680 next_batch = how_many; in send_and_receive()
1687 next_batch, FALSE, FALSE, in send_and_receive()
1988 uint32_t next_batch; in ping_pong() local
1998 next_batch = payload.packet_number + batch_size; in ping_pong()
1999 if (next_batch > how_many) { in ping_pong()
2000 next_batch = how_many; in ping_pong()
2041 sizeof(payload), next_batch, TRUE, FALSE, in ping_pong()
2047 next_batch, how_many); in ping_pong()
2267 uint32_t next_batch; in send_tcp() local
2269 next_batch = payload.packet_number in send_tcp()
2271 if (next_batch > how_many) { in send_tcp()
2272 next_batch = how_many; in send_tcp()
2279 next_batch, FALSE, connect, in send_tcp()
2460 uint32_t next_batch; in do_error_send() local
2462 next_batch = payload.packet_number + batch_size; in do_error_send()
2463 if (next_batch > how_many) { in do_error_send()
2464 next_batch = how_many; in do_error_send()
2468 next_batch, FALSE, FALSE, PKT_SC_BE, TRUE, NULL); in do_error_send()