Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.1.9/bsd/skywalk/
H A Dos_stats_private.h1429 struct sk_stats_flow fs_stats; member
1430 #define fs_ltrack fs_stats.sf_ltrack
1431 #define fs_rtrack fs_stats.sf_rtrack
1432 #define fs_activity fs_stats.sf_activity
1433 #define fs_lrtt fs_stats.sf_lrtt
1434 #define fs_rrtt fs_stats.sf_rrtt
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1295 struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_client_collect_aop_flow_stats()
6621 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_find_extension_info()
6813 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_nexus_tcp_netstats()
7015 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_aop_tcp_netstats()
7245 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats()
7404 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats()