Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.h965 struct necp_client_flow_stats { struct
977 struct necp_client_flow_stats stats_requests[0]; argument
1655 struct necp_client_flow_stats stats_requests[1];
H A Dnecp_client.c802 struct necp_client_flow_stats * __indexable
809 …unsafe_forge_bidi_indexable(struct necp_client_flow_stats *, req->stats_requests, sizeof(struct ne… in necp_client_get_flow_stats()
812 #define necp_client_get_flow_stats(req) ((struct necp_client_flow_stats *)&(req)->stats_requests[0])
9450 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
9572 …struct necp_client_flow_stats * __single stats_request = &(necp_client_get_flow_stats(add_request)… in necp_client_add_flow()