Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp_client.c618 struct necp_fd_data { struct
620 LIST_ENTRY(necp_fd_data) chain; argument
621 struct _necp_client_tree clients;
622 struct _necp_fd_flow_tree flows;
624 int update_count;
625 int flags;
627 unsigned background : 1;
629 int proc_pid;
631 struct selinfo si;
657 static LIST_HEAD(_necp_fd_list, necp_fd_data) necp_fd_list; argument