Home
last modified time | relevance | path

Searched refs:if_data_threshold (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dkpi_interface.c1804 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment()
1831 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment_in()
1858 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment_out()
1889 if (ifp->if_data_threshold != 0) { in ifnet_set_stat()
1917 if (ifp->if_data_threshold != 0) { in ifnet_stat()
H A Dntstat.c3473 if (!ifp->if_data_threshold || in nstat_ifnet_lookup()
3474 ifp->if_data_threshold > param->threshold) { in nstat_ifnet_lookup()
3476 ifp->if_data_threshold = param->threshold; in nstat_ifnet_lookup()
3608 ifp->if_data_threshold = 0; in nstat_ifnet_release()
3610 ifp->if_data_threshold = minthreshold; in nstat_ifnet_release()
4152 desc->threshold = ifp->if_data_threshold; in nstat_ifnet_copy_descriptor()
H A Dif_var.h1299 u_int64_t if_data_threshold; member
H A Ddlil.c5754 return ifp->if_data_threshold != 0; in dlil_input_stats_sync()
8755 VERIFY(ifp->if_data_threshold == 0); in ifnet_attach()
9136 ifp->if_data_threshold = 0; in ifnet_detach()
9587 VERIFY(ifp->if_data_threshold == 0); in ifnet_detach_final()
11976 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_kern.c262 if (ifp->if_data_threshold != 0) { in kern_channel_increment_ring_net_stats()