Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c632 struct necp_fd_data { struct
634 LIST_ENTRY(necp_fd_data) chain; argument
635 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 …]