Searched defs:necp_fd_data (Results 1 – 1 of 1) sorted by relevance
632 struct necp_fd_data { struct634 LIST_ENTRY(necp_fd_data) chain; argument635 struct _necp_client_tree clients;636 struct _necp_fd_flow_tree flows;638 int update_count;639 int flags;641 unsigned background : 1;642 unsigned request_in_process_flow_divert : 1;644 int proc_pid;646 struct selinfo si;[all …]