Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Ddlil_ctl.c315 return ifp->if_data_threshold != 0; in dlil_input_stats_sync()
H A Dkpi_interface.c1847 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment()
1874 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment_in()
1901 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment_out()
1932 if (ifp->if_data_threshold != 0) { in ifnet_set_stat()
1960 if (ifp->if_data_threshold != 0) { in ifnet_stat()
H A Dntstat.c4300 if (!ifp->if_data_threshold || in nstat_ifnet_lookup()
4301 ifp->if_data_threshold > param->threshold) { in nstat_ifnet_lookup()
4303 ifp->if_data_threshold = param->threshold; in nstat_ifnet_lookup()
4430 ifp->if_data_threshold = 0; in nstat_ifnet_release()
4432 ifp->if_data_threshold = minthreshold; in nstat_ifnet_release()
4813 desc->threshold = ifp->if_data_threshold; in nstat_ifnet_copy_descriptor()
H A Dif_var_private.h990 u_int64_t if_data_threshold; member
H A Ddlil.c5241 VERIFY(ifp->if_data_threshold == 0); in ifnet_attach()
5489 ifp->if_data_threshold = 0; in ifnet_detach()
5965 ifp->if_data_threshold = 0; in ifnet_detach_final()
7744 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel_kern.c264 if (ifp->if_data_threshold != 0) { in kern_channel_increment_ring_net_stats()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4421 if (ifp->if_data_threshold != 0) {