Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h964 struct necp_client_flow_stats { struct
976 struct necp_client_flow_stats stats_requests[0]; argument
1653 struct necp_client_flow_stats stats_requests[1];
H A Dnecp_client.c801 struct necp_client_flow_stats * __indexable
808 …unsafe_forge_bidi_indexable(struct necp_client_flow_stats *, req->stats_requests, sizeof(struct ne… in necp_client_get_flow_stats()
811 #define necp_client_get_flow_stats(req) ((struct necp_client_flow_stats *)&(req)->stats_requests[0])
9419 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
9541 …struct necp_client_flow_stats * __single stats_request = &(necp_client_get_flow_stats(add_request)… in necp_client_add_flow()