Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp_client.c175 static int necp_socket_flow_count = 0; variable
268 …SOCKET_FLOW_COUNT, socket_flow_count, CTLFLAG_LOCKED | CTLFLAG_RD, &necp_socket_flow_count, 0, "");
1632 OSDecrementAtomic(&necp_socket_flow_count); in necp_destroy_client_flow_registration()
2233 OSDecrementAtomic(&necp_socket_flow_count); in necp_client_update_flows()
3335 OSIncrementAtomic(&necp_socket_flow_count); in necp_client_add_socket_flow()
3674 OSDecrementAtomic(&necp_socket_flow_count); in necp_client_unregister_socket_flow()