Searched defs:necp_fd_data (Results 1 – 1 of 1) sorted by relevance
600 struct necp_fd_data { struct602 LIST_ENTRY(necp_fd_data) chain; argument603 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