Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_stats.c77 _CASSERT((offsetof(struct sk_stats_flow, sf_key) % 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()
946 flow_entry_stats_get(struct flow_entry *fe, struct sk_stats_flow *sf) in flow_entry_stats_get()
H A Dflow_var.h1006 extern void flow_entry_stats_get(struct flow_entry *, struct sk_stats_flow *);
/xnu-11215.1.10/tests/skywalk/
H A Dskt_flow.c179 struct sk_stats_flow sf; in skt_flow_config_main()
H A Dskywalk_test_utils.h258 int sktu_get_nexus_flow_stats(uuid_t flow_uuid, struct sk_stats_flow *sf);
H A Dskywalk_test_utils.c2844 sktu_get_nexus_flow_stats(uuid_t flow_uuid, struct sk_stats_flow *sf) in sktu_get_nexus_flow_stats()
2854 struct sk_stats_flow *iter; in sktu_get_nexus_flow_stats()
/xnu-11215.1.10/bsd/skywalk/
H A Dos_stats_private.h1325 struct sk_stats_flow { struct
1418 struct sk_stats_flow fs_stats;
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1720 size_t sf_size = sizeof(struct sk_stats_flow); in fsw_mib_get_flow()
1722 __block struct sk_stats_flow *sf = out; in fsw_mib_get_flow()
/xnu-11215.1.10/bsd/net/
H A Dnecp_client.c257 const static struct sk_stats_flow ntstat_sk_stats_zero;
3404 if (flow_stats != NULL && length >= sizeof(struct sk_stats_flow *)) { in necp_client_parse_result()
6335 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()
/xnu-11215.1.10/bsd/netinet/
H A Dtcp_usrreq.c1969 struct sk_stats_flow sf; in tcp_fill_info_for_info_tuple()