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