Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c835 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_init()
874 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_update()
938 _CASSERT(sizeof(fe->fe_stats->fs_stats) == sizeof(*sf)); in flow_entry_stats_get()
941 bcopy(&fe->fe_stats->fs_stats, sf, sizeof(*sf)); in flow_entry_stats_get()
/xnu-10063.141.1/bsd/skywalk/
H A Dos_stats_private.h1411 struct sk_stats_flow fs_stats; member
1412 #define fs_ltrack fs_stats.sf_ltrack
1413 #define fs_rtrack fs_stats.sf_rtrack
1414 #define fs_activity fs_stats.sf_activity
1415 #define fs_lrtt fs_stats.sf_lrtt
1416 #define fs_rrtt fs_stats.sf_rrtt
/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c6424 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_tcp_netstats()
6574 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats()
6723 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats()