Home
last modified time | relevance | path

Searched refs:if_obytes (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_pflog.c412 os_atomic_add(&ifn->if_obytes, m->m_pkthdr.len, relaxed); in pflog_packet()
H A Dif_var_private.h552 #define if_obytes if_data.ifi_obytes macro
H A Ddlil.c7737 uint64_t bytes = (ifp->if_ibytes + ifp->if_obytes); in ifnet_notify_data_threshold()
H A Dntstat.c4387 out_counts->nstat_txbytes = ifp->if_obytes; in nstat_ifnet_counts()