Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_utun.c89 struct utun_pcb { struct
101 decl_lck_rw_data(, utun_pcb_lock); argument
110 // lock to protect utun_pcb_data_move & utun_pcb_drainers argument
112 u_int32_t utun_pcb_data_move; /* number of data moving contexts */ argument
113 u_int32_t utun_pcb_drainers; /* number of threads waiting to drain */ argument
114 u_int32_t utun_pcb_data_path_state; /* internal state of interface data path */ argument
116 struct utun_nx utun_nx;
117 int utun_kpipe_enabled;
118 uuid_t utun_kpipe_uuid;
119 void * utun_kpipe_rxring;
[all …]