Searched refs:ps_recv (Results 1 - 25 of 25) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/
H A Ddlpisubs.c85 * "ps_recv" counts packets handed to the filter, not packets
112 ps->ps_recv += ps->ps_drop;
178 ++pd->stat.ps_recv;
H A Dpcap-septel.c160 ps->stat.ps_recv++;
245 /*handlep->stat.ps_recv = 0;*/
H A Dpcap-bt-monitor-linux.c145 stats->ps_recv = 0;
H A Dpcap-can-linux.c287 stats->ps_recv = 0; /* number of packets received */
H A Dpcap-dbus.c132 stats->ps_recv = handlep->packets_read;
H A Dpcap-nit.c83 * "ps_recv" counts packets handed to the filter, not packets
175 ++pn->stat.ps_recv;
H A Dpcap-snf.c51 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow;
H A Dpcap-bt-linux.c399 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx +
H A Dpcap-canusb-linux.c440 stats->ps_recv = 0; /* number of packets received */
H A Dpcap-snit.c95 * "ps_recv" counts packets handed to the filter, not packets
167 ++psn->stat.ps_recv;
H A Dpcap-snoop.c131 ++psn->stat.ps_recv;
193 * "ps_recv" counts only packets that passed the filter.
H A Dpcap-pf.c250 * "ps_recv" counts only packets that passed the filter.
253 * by adding "ps_drop" to "ps_recv", for compatibility
255 * some platforms "ps_recv" counts only packets that
269 * "ps_recv" counts only packets that passed the filter.
283 ps->ps_recv = pf->TotAccepted;
H A Dpcap-dag.c570 pd->stat.ps_recv++;
832 handlep->stat.ps_recv = 0;
930 /*pd->stat.ps_recv = 0;*/
H A Dpcap-usb-linux.c744 stats->ps_recv = handlep->packets_read;
771 stats->ps_recv = handlep->packets_read + st.queued;
H A Dpcap-netfilter-linux.c223 stats->ps_recv = handlep->packets_read;
H A Dpcap-win32.c347 pw->stat.ps_recv++;
H A Dpcap-dos.c374 pd->stat.ps_recv = stats->rx_packets;
H A Dpcap-sita.c806 ps->ps_recv = ntohl(*(uint32_t *)&buf[0]); /* break the buffer into its three 32 bit components */
H A Dpcap-bpf.c797 * "ps_recv" counts packets handed to the filter, not packets
815 ps->ps_recv = s.bs_recv;
H A Dpcap-linux.c1759 * as on many other platforms "ps_recv" counts packets
1763 * and that would mean the meaning of "ps_recv" wouldn't
1789 * for "ps_recv" if we can't get the statistics from the kernel.
1791 * the kernel, we use "handlep->stat.ps_recv" and
1794 * and if we directly increment "handlep->stat.ps_recv" here,
1908 * "ps_recv" counts only packets that *passed* the
1951 handlep->stat.ps_recv += kstats.tp_packets;
1976 * "ps_recv" counts only packets that *passed* the filter,
1987 * "ps_recv" doesn't include packets not yet read from
1997 stats->ps_recv
[all...]
/freebsd-11.0-release/contrib/libpcap/pcap/
H A Dpcap.h168 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
/freebsd-11.0-release/lib/libpcap/
H A Dpcap-netmap.c85 ps->ps_recv = pn->rx_pkts;
/freebsd-11.0-release/contrib/pf/pflogd/
H A Dpflogd.c641 pstat.ps_recv, pstat.ps_drop, packets_dropped);
/freebsd-11.0-release/sys/net/
H A Dnetmap_user.h182 u_int ps_recv; member in struct:nm_stat
/freebsd-11.0-release/contrib/tcpdump/
H A Dtcpdump.c2237 (void)fprintf(stderr, "%u packet%s received by filter", stat.ps_recv,
2238 PLURAL_SUFFIX(stat.ps_recv));

Completed in 197 milliseconds