Searched refs:packets_read (Results 1 – 6 of 6) 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; member698 handlep->packets_read++; in usb_read_linux()784 stats->ps_recv = handlep->packets_read; in usb_stats_linux()811 stats->ps_recv = handlep->packets_read + st.queued; in usb_stats_linux_bin()867 handlep->packets_read++; in usb_read_linux_bin()948 handlep->packets_read++; in usb_read_linux_mmap()
81 u_int packets_read; /* count of packets read with recvfrom() */ member192 handlep->packets_read++; in netfilter_read_linux()229 stats->ps_recv = handlep->packets_read; in netfilter_stats_linux()
300 u_int packets_read; /* count of packets read with recvfrom() */ member
301 u_int packets_read; /* count of packets read with recvfrom() */ member2028 handlep->packets_read++;2226 stats->ps_recv = handlep->packets_read;4826 handlep->packets_read++;4910 handlep->packets_read++;4999 handlep->packets_read++;5117 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()