Lines Matching refs:nstat_flow_data
7098 typedef struct nstat_flow_data { struct
7104 } nstat_flow_data; argument
7107 nstat_gather_flow_data(nstat_provider_id_t provider, nstat_flow_data *flow_data, int n) in nstat_gather_flow_data()
7139 nstat_userland_to_xinpcb_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct xinpcb_… in nstat_userland_to_xinpcb_n()
7180 nstat_userland_to_xsocket_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct xsocke… in nstat_userland_to_xsocket_n()
7199 nstat_userland_to_rcv_xsockbuf_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct x… in nstat_userland_to_rcv_xsockbuf_n()
7216 nstat_userland_to_snd_xsockbuf_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct x… in nstat_userland_to_snd_xsockbuf_n()
7230 nstat_userland_to_xsockstat_n(nstat_flow_data *flow_data, struct xsockstat_n *xst) in nstat_userland_to_xsockstat_n()
7243 nstat_userland_to_xtcpcb_n(nstat_flow_data *flow_data, struct xtcpcb_n *xt) in nstat_userland_to_xtcpcb_n()
7272 nstat_flow_data *flow_data = NULL; in nstat_userland_get_snapshot()
7286 flow_data = (nstat_flow_data *) kalloc_data(n * sizeof(*flow_data), in nstat_userland_get_snapshot()
7311 nstat_flow_data *flow_data, *flow_data_array = NULL; in nstat_userland_list_snapshot()
7340 flow_data_array = (nstat_flow_data *)userlandsnapshot; in nstat_userland_list_snapshot()
7371 kfree_data(snapshot, nuserland * sizeof(nstat_flow_data)); in nstat_userland_release_snapshot()