Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h80 u_int bs_drop; /* number of packets dropped */ member
/freebsd/sys/net/
H A Dbpf.h77 u_int bs_drop; /* number of packets dropped */ member
H A Dbpf.c1708 bs->bs_drop = (u_int)counter_u64_fetch(d->bd_dcount); in bpfioctl()
/freebsd/contrib/libpcap/
H A 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()
H A Dpcap-bpf.c1172 ps->ps_drop = (u_int)s.bs_drop; in pcap_stats_bpf()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c1014 printf("%d packets dropped by kernel\n", us.bs_drop); in main()