Lines Matching refs:ifcookie
4346 struct nstat_ifnet_cookie *ifcookie = in nstat_ifnet_gone() local
4352 if (ifp == ifcookie->ifp) { in nstat_ifnet_gone()
4367 struct nstat_ifnet_cookie *ifcookie = in nstat_ifnet_counts() local
4369 struct ifnet *ifp = ifcookie->ifp; in nstat_ifnet_counts()
4396 struct nstat_ifnet_cookie *ifcookie; in nstat_ifnet_release() local
4415 ifcookie = (struct nstat_ifnet_cookie *)src->nts_cookie; in nstat_ifnet_release()
4416 if (ifcookie->threshold < minthreshold) { in nstat_ifnet_release()
4417 minthreshold = ifcookie->threshold; in nstat_ifnet_release()
4425 ifcookie = (struct nstat_ifnet_cookie *)cookie; in nstat_ifnet_release()
4426 ifp = ifcookie->ifp; in nstat_ifnet_release()
4438 kfree_type(struct nstat_ifnet_cookie, ifcookie); in nstat_ifnet_release()
4797 struct nstat_ifnet_cookie *ifcookie = in nstat_ifnet_copy_descriptor() local
4799 struct ifnet *ifp = ifcookie->ifp; in nstat_ifnet_copy_descriptor()
4859 struct nstat_ifnet_cookie *ifcookie; in nstat_ifnet_threshold_reached() local
4868 ifcookie = (struct nstat_ifnet_cookie *)src->nts_cookie; in nstat_ifnet_threshold_reached()
4869 ifp = ifcookie->ifp; in nstat_ifnet_threshold_reached()