if_ibytes
return atomic_get64((int64 *)&ifp->if_ibytes);
atomic_add64((int64 *)&ifp->if_ibytes, inc);
ifp->if_ibytes += m->m_pkthdr.len;