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()
128 u_int packets_read; member916 handlep->packets_read++; in usb_read_linux()1002 stats->ps_recv = handlep->packets_read; in usb_stats_linux()1029 stats->ps_recv = handlep->packets_read + st.queued; in usb_stats_linux_bin()1085 handlep->packets_read++; in usb_read_linux_bin()1167 handlep->packets_read++; in usb_read_linux_mmap()
81 u_int packets_read; /* count of packets read with recvfrom() */ member245 handlep->packets_read++; in netfilter_read_linux()295 stats->ps_recv = handlep->packets_read; in netfilter_stats_linux()
301 u_int packets_read; /* count of packets read with recvfrom() */ member2103 handlep->packets_read++;2301 stats->ps_recv = handlep->packets_read;5101 handlep->packets_read++;5185 handlep->packets_read++;5270 handlep->packets_read++;5384 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()