Lines Matching refs:nstat_ifnet_cookie
4258 struct nstat_ifnet_cookie { struct
4274 struct nstat_ifnet_cookie *cookie; in nstat_ifnet_lookup() argument
4286 cookie = kalloc_type(struct nstat_ifnet_cookie, in nstat_ifnet_lookup()
4335 kfree_type(struct nstat_ifnet_cookie, cookie); in nstat_ifnet_lookup()
4346 struct nstat_ifnet_cookie *ifcookie = in nstat_ifnet_gone()
4347 (struct nstat_ifnet_cookie *)cookie; in nstat_ifnet_gone()
4367 struct nstat_ifnet_cookie *ifcookie = in nstat_ifnet_counts()
4368 (struct nstat_ifnet_cookie *)cookie; in nstat_ifnet_counts()
4396 struct nstat_ifnet_cookie *ifcookie; in nstat_ifnet_release()
4415 ifcookie = (struct nstat_ifnet_cookie *)src->nts_cookie; in nstat_ifnet_release()
4425 ifcookie = (struct nstat_ifnet_cookie *)cookie; 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()
4798 (struct nstat_ifnet_cookie *)cookie; in nstat_ifnet_copy_descriptor()
4829 struct nstat_ifnet_cookie *c1 = (struct nstat_ifnet_cookie *)cookie1; in nstat_ifnet_cookie_equal()
4830 struct nstat_ifnet_cookie *c2 = (struct nstat_ifnet_cookie *)cookie2; in nstat_ifnet_cookie_equal()
4859 struct nstat_ifnet_cookie *ifcookie; in nstat_ifnet_threshold_reached()
4868 ifcookie = (struct nstat_ifnet_cookie *)src->nts_cookie; in nstat_ifnet_threshold_reached()