Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c845 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_init()
884 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_update()
948 _CASSERT(sizeof(fe->fe_stats->fs_stats) == sizeof(*sf)); in flow_entry_stats_get()
951 bcopy(&fe->fe_stats->fs_stats, sf, sizeof(*sf)); in flow_entry_stats_get()
/xnu-11215.1.10/bsd/skywalk/
H A Dos_stats_private.h1418 struct sk_stats_flow fs_stats; member
1419 #define fs_ltrack fs_stats.sf_ltrack
1420 #define fs_rtrack fs_stats.sf_rtrack
1421 #define fs_activity fs_stats.sf_activity
1422 #define fs_lrtt fs_stats.sf_lrtt
1423 #define fs_rrtt fs_stats.sf_rrtt
/xnu-11215.1.10/bsd/net/
H A Dnecp_client.c6335 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_find_extension_info()
6563 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_tcp_netstats()
6713 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats()
6862 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats()