Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif.h264 struct nx_netif { struct
266 struct kern_nexus *nif_nx;
268 struct nxbind *nif_dev_nxb;
269 struct nxbind *nif_host_nxb;
270 uuid_t nif_uuid; /* attachment UUID */
271 struct netif_stats nif_stats;
272 uint32_t nif_flags;
273 struct os_refcnt nif_refcnt;
276 struct netif_agent_flow_head nif_agent_flow_list;
277 uint32_t nif_agent_flow_cnt;
[all …]
H A Dnx_netif.c3126 struct kern_nexus *nx_netif; local