Searched defs:nx_netif (Results 1 – 3 of 3) sorted by relevance
260 struct nx_netif { struct262 struct kern_nexus *nif_nx;264 struct nxbind *nif_dev_nxb;265 struct nxbind *nif_host_nxb;266 uuid_t nif_uuid; /* attachment UUID */267 struct netif_stats nif_stats;268 uint32_t nif_flags;269 struct os_refcnt nif_refcnt;272 struct netif_agent_flow_head nif_agent_flow_list;273 uint32_t nif_agent_flow_cnt;[all …]
3417 struct kern_nexus *nx_netif; local
980 if_nexus_netif *nx_netif = &ifp->if_nx_netif; in dlil_quiesce_and_detach_nexuses() local