Searched defs:nx_netif (Results 1 – 2 of 2) sorted by relevance
264 struct nx_netif { struct266 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 …]
3126 struct kern_nexus *nx_netif; local