Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dkpi_interface.c1850 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment()
1877 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment_in()
1904 if (ifp->if_data_threshold != 0) { in ifnet_stat_increment_out()
1935 if (ifp->if_data_threshold != 0) { in ifnet_set_stat()
1963 if (ifp->if_data_threshold != 0) { in ifnet_stat()
H A Dntstat.c3627 if (!ifp->if_data_threshold || in nstat_ifnet_lookup()
3628 ifp->if_data_threshold > param->threshold) { in nstat_ifnet_lookup()
3630 ifp->if_data_threshold = param->threshold; in nstat_ifnet_lookup()
3762 ifp->if_data_threshold = 0; in nstat_ifnet_release()
3764 ifp->if_data_threshold = minthreshold; in nstat_ifnet_release()
4306 desc->threshold = ifp->if_data_threshold; in nstat_ifnet_copy_descriptor()
H A Dif_var_private.h884 u_int64_t if_data_threshold; member
H A Ddlil.c6305 return ifp->if_data_threshold != 0; in dlil_input_stats_sync()
9398 VERIFY(ifp->if_data_threshold == 0); in ifnet_attach()
9762 ifp->if_data_threshold = 0; in ifnet_detach()
10226 VERIFY(ifp->if_data_threshold == 0); in ifnet_detach_final()
12682 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()
/xnu-10002.61.3/bsd/skywalk/channel/
H A Dchannel_kern.c258 if (ifp->if_data_threshold != 0) { in kern_channel_increment_ring_net_stats()
/xnu-10002.61.3/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4385 if (ifp->if_data_threshold != 0) {