Home
last modified time | relevance | path

Searched refs:bs_drop (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/net/
Dbpf.h85 uint64_t bs_drop; /* number of packets dropped */ member
95 u_int bs_drop; /* number of packets dropped */ member
Dbpf.c1259 bs->bs_drop = d->bd_dcount; in bpf_ioctl()
1268 bs->bs_drop = d->bd_dcount; in bpf_ioctl()
2536 sum->bs_drop += stats->bs_drop; in bpf_stats()
/netbsd/src/usr.bin/netstat/
Dbpf.c66 bpf_s.bs_drop); in nsbpf_stats()
/netbsd/src/external/bsd/ipf/bin/ipftest/
Dbpf-ipf.h85 u_int bs_drop; /* number of packets dropped */ member
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-npf.c269 ps->ps_drop = bstats.bs_drop; in pcap_stats_npf()
326 p->stat.ps_drop = bstats.bs_drop; in pcap_stats_ex_npf()
Dpcap-bpf.c1180 ps->ps_drop = (u_int)s.bs_drop; in pcap_stats_bpf()