Home
last modified time | relevance | path

Searched refs:necp_client_flow_stats (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp.h945 struct necp_client_flow_stats { struct
957 struct necp_client_flow_stats stats_requests[0]; argument
1628 struct necp_client_flow_stats stats_requests[1];
H A Dnecp_client.c780 struct necp_client_flow_stats * __indexable
787 …unsafe_forge_bidi_indexable(struct necp_client_flow_stats *, req->stats_requests, sizeof(struct ne… in necp_client_get_flow_stats()
790 #define necp_client_get_flow_stats(req) ((struct necp_client_flow_stats *)&(req)->stats_requests[0])
8657 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
8760 …struct necp_client_flow_stats * __single stats_request = &(necp_client_get_flow_stats(add_request)… in necp_client_add_flow()