Home
last modified time | relevance | path

Searched refs:fs_stats (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c76 _CASSERT((offsetof(struct flow_stats, fs_stats) % 16) == 0); in flow_stats_alloc()
H A Dflow_entry.c538 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_init()
576 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_update()
629 _CASSERT(sizeof(fe->fe_stats->fs_stats) == sizeof(*sf)); in flow_entry_stats_get()
632 bcopy(&fe->fe_stats->fs_stats, sf, sizeof(*sf)); in flow_entry_stats_get()
/xnu-8020.101.4/bsd/skywalk/
H A Dos_stats_private.h1331 struct sk_stats_flow fs_stats; member
1332 #define fs_ltrack fs_stats.sf_ltrack
1333 #define fs_rtrack fs_stats.sf_rtrack
1334 #define fs_activity fs_stats.sf_activity
1335 #define fs_lrtt fs_stats.sf_lrtt
1336 #define fs_rrtt fs_stats.sf_rrtt
/xnu-8020.101.4/bsd/net/
H A Dnecp_client.c6057 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_tcp_netstats()
6201 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats()
6339 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats()