Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c76 static_assert((offsetof(struct flow_stats, fs_stats) % 16) == 0); in flow_stats_alloc()
H A Dflow_entry.c993 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_init()
1032 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_update()
1107 static_assert(sizeof(fe->fe_stats->fs_stats) == sizeof(*sf)); in flow_entry_stats_get()
1110 bcopy(&fe->fe_stats->fs_stats, sf, sizeof(*sf)); in flow_entry_stats_get()
/xnu-12377.41.6/bsd/skywalk/
H A Dos_stats_private.h1433 struct sk_stats_flow fs_stats; member
1434 #define fs_ltrack fs_stats.sf_ltrack
1435 #define fs_rtrack fs_stats.sf_rtrack
1436 #define fs_activity fs_stats.sf_activity
1437 #define fs_lrtt fs_stats.sf_lrtt
1438 #define fs_rrtt fs_stats.sf_rrtt
/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1294 struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_client_collect_aop_flow_stats()
6590 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_find_extension_info()
6782 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_nexus_tcp_netstats()
6984 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_aop_tcp_netstats()
7214 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats()
7373 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats()