Searched refs:read_count (Results 1 – 1 of 1) sorted by relevance
2902 uint32_t read_count = 0; in flow_divert_handle_read_notification() local2905 …_packet_get_tlv(packet, offset, FLOW_DIVERT_TLV_READ_COUNT, sizeof(read_count), &read_count, NULL); in flow_divert_handle_read_notification()2911 FDLOG(LOG_DEBUG, fd_cb, "received a read notification for %u bytes", ntohl(read_count)); in flow_divert_handle_read_notification()2918 fd_cb->send_window += ntohl(read_count); in flow_divert_handle_read_notification()