Home
last modified time | relevance | path

Searched refs:sk_stats_flow (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c77 static_assert((offsetof(struct sk_stats_flow, sf_key) % 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()
1105 flow_entry_stats_get(struct flow_entry *fe, struct sk_stats_flow *sf) in flow_entry_stats_get()
H A Dflow_var.h1020 extern void flow_entry_stats_get(struct flow_entry *, struct sk_stats_flow *);
/xnu-12377.1.9/tests/skywalk/
H A Dskt_flow.c179 struct sk_stats_flow sf; in skt_flow_config_main()
260 struct sk_stats_flow sf; in skt_flow_conn_idle_main()
H A Dskywalk_test_utils.h256 int sktu_get_nexus_flow_stats(uuid_t flow_uuid, struct sk_stats_flow *sf);
H A Dskywalk_test_utils.c2823 sktu_get_nexus_flow_stats(uuid_t flow_uuid, struct sk_stats_flow *sf) in sktu_get_nexus_flow_stats()
2833 struct sk_stats_flow *iter; in sktu_get_nexus_flow_stats()
/xnu-12377.1.9/bsd/skywalk/
H A Dos_stats_private.h1334 struct sk_stats_flow { struct
1429 struct sk_stats_flow fs_stats;
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1731 size_t sf_size = sizeof(struct sk_stats_flow); in fsw_mib_get_flow()
1733 __block struct sk_stats_flow *sf = out; in fsw_mib_get_flow()
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c261 const static struct sk_stats_flow ntstat_sk_stats_zero;
1295 struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_client_collect_aop_flow_stats()
3594 if (flow_stats != NULL && length >= sizeof(struct sk_stats_flow *)) { in necp_client_parse_result()
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()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_usrreq.c2015 struct sk_stats_flow sf; in tcp_fill_info_for_info_tuple()