Searched refs:nstat_flow_data (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | ntstat.c | 7055 typedef struct nstat_flow_data { struct 7061 } nstat_flow_data; typedef 7064 nstat_gather_flow_data(nstat_provider_id_t provider, nstat_flow_data *flow_data, int n) in nstat_gather_flow_data() 7096 nstat_userland_to_xinpcb_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct xinpcb_… in nstat_userland_to_xinpcb_n() 7137 nstat_userland_to_xsocket_n(nstat_provider_id_t provider, nstat_flow_data *flow_data, struct xsocke… in nstat_userland_to_xsocket_n() 7156 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() 7173 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() 7187 nstat_userland_to_xsockstat_n(nstat_flow_data *flow_data, struct xsockstat_n *xst) in nstat_userland_to_xsockstat_n() 7200 nstat_userland_to_xtcpcb_n(nstat_flow_data *flow_data, struct xtcpcb_n *xt) in nstat_userland_to_xtcpcb_n() 7229 nstat_flow_data *flow_data = NULL; in nstat_userland_get_snapshot() [all …]
|