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

/freebsd-10-stable/sys/net/
H A Dif_lagg.h235 counter_u64_t sc_ibytes; member in struct:lagg_softc
H A Dif_lagg.c323 sc->sc_ibytes = counter_u64_alloc(M_WAITOK);
421 counter_u64_free(sc->sc_ibytes);
1528 counter_u64_add(sc->sc_ibytes, m->m_pkthdr.len);
2136 ifp->if_ibytes = counter_u64_fetch(sc->sc_ibytes);

Completed in 29 milliseconds