Searched defs:utun_pcb (Results 1 – 1 of 1) sorted by relevance
219 struct utun_pcb { struct233 decl_lck_rw_data(, utun_pcb_lock); argument242 // lock to protect utun_pcb_data_move & utun_pcb_drainers argument244 u_int32_t utun_pcb_data_move; /* number of data moving contexts */ argument245 u_int32_t utun_pcb_drainers; /* number of threads waiting to drain */ argument246 u_int32_t utun_pcb_data_path_state; /* internal state of interface data path */ argument248 struct utun_nx utun_nx;249 u_int32_t utun_kpipe_count;250 pid_t utun_kpipe_pid;251 uuid_t utun_kpipe_uuid[UTUN_IF_MAX_RING_COUNT];[all …]