Searched refs:nstat_rxpackets (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dntstat.h46 u_int64_t nstat_rxpackets __attribute__((aligned(8))); member in struct:nstat_counts
H A Dntstat.c442 atomic_get_64(out_counts->nstat_rxpackets, &rt_stats->nstat_rxpackets);
736 OSAddAtomic64((SInt64)packets, (SInt64*)&stats->nstat_rxpackets);
1052 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets);
1453 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets);
1793 out_counts->nstat_rxpackets = ifp->if_ipackets;

Completed in 178 milliseconds