Searched refs:packets_read (Results 1 – 5 of 5) sorted by relevance
50 u_int packets_read; /* count of packets read */ member95 handlep->packets_read++; in dbus_read()132 stats->ps_recv = handlep->packets_read; in dbus_stats()
127 u_int packets_read; member658 handlep->packets_read++; in usb_read_linux()744 stats->ps_recv = handlep->packets_read; in usb_stats_linux()771 stats->ps_recv = handlep->packets_read + st.queued; in usb_stats_linux_bin()827 handlep->packets_read++; in usb_read_linux_bin()908 handlep->packets_read++; in usb_read_linux_mmap()
81 u_int packets_read; /* count of packets read with recvfrom() */ member189 handlep->packets_read++; in netfilter_read_linux()226 stats->ps_recv = handlep->packets_read; in netfilter_stats_linux()
292 u_int packets_read; /* count of packets read with recvfrom() */ member1876 handlep->packets_read++;2074 stats->ps_recv = handlep->packets_read;4638 handlep->packets_read++;4712 handlep->packets_read++;4791 handlep->packets_read++;4893 handlep->packets_read++;
698 size_t packets_read = 0; in ParseFrom() local699 while (packets_read < num_packets) { in ParseFrom()706 ParseChunk(&buffer[index], num_packets - packets_read); in ParseFrom()712 packets_read += chunk->NumSymbols(); in ParseFrom()