Lines Matching refs:nstat_tu_shadow
468 typedef TAILQ_HEAD(, nstat_tu_shadow) tailq_head_tu_shadow;
469 typedef TAILQ_ENTRY(nstat_tu_shadow) tailq_entry_tu_shadow;
3005 struct nstat_tu_shadow { struct
3052 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_tu_counts()
3071 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_tu_details()
3091 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_tu_copy_descriptor()
3204 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_tcp_reporting_allowed()
3234 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_extensions()
3250 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_udp_reporting_allowed()
3282 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)cookie; in nstat_userland_quic_reporting_allowed()
3321 struct nstat_tu_shadow *shad; in nstat_userland_protocol_add_watcher()
3462 struct nstat_tu_shadow *shad; in ntstat_userland_stats_open()
3473 shad = kalloc_type(struct nstat_tu_shadow, Z_WAITOK | Z_NOFAIL); in ntstat_userland_stats_open()
3478 kfree_type(struct nstat_tu_shadow, shad); in ntstat_userland_stats_open()
3534 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)nstat_ctx; in ntstat_userland_stats_close()
3551 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in ntstat_userland_stats_close()
3580 kfree_type(struct nstat_tu_shadow, shad); in ntstat_userland_stats_close()
3585 struct nstat_tu_shadow *shad, in ntstat_userland_stats_event_locked()
3598 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in ntstat_userland_stats_event_locked()
3615 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)nstat_ctx; in ntstat_userland_stats_event()
3634 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in ntstat_userland_stats_event()
3658 struct nstat_tu_shadow *shad, *tmpshad; in nstats_userland_stats_defunct_for_process()
3673 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in nstats_userland_stats_defunct_for_process()
3704 struct nstat_tu_shadow *shad; in nstat_userland_mark_rnf_override()
7826 struct nstat_tu_shadow *shad; in progress_indicators_for_interface()
8068 struct nstat_tu_shadow *shad; in nstat_gather_flow_data()