Home
last modified time | relevance | path

Searched refs:if_dt_bytes (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h564 #define if_dt_bytes if_data.ifi_dt_bytes macro
H A Ddlil.c7738 uint64_t oldbytes = ifp->if_dt_bytes; in ifnet_notify_data_threshold()
7747 OSCompareAndSwap64(oldbytes, bytes, &ifp->if_dt_bytes) && in ifnet_notify_data_threshold()