Home
last modified time | relevance | path

Searched defs:necp_fd_data (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c600 struct necp_fd_data { struct
602 LIST_ENTRY(necp_fd_data) chain; argument
603 struct _necp_client_tree clients;
604 struct _necp_fd_flow_tree flows;
606 int update_count;
607 int flags;
609 unsigned background : 1;
611 int proc_pid;
613 struct selinfo si;
639 static LIST_HEAD(_necp_fd_list, necp_fd_data) necp_fd_list; argument