Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.h266 struct nx_netif { struct
268 struct kern_nexus *nif_nx;
270 struct nxbind *nif_dev_nxb;
271 struct nxbind *nif_host_nxb;
272 uuid_t nif_uuid; /* attachment UUID */
273 struct netif_stats nif_stats;
274 uint32_t nif_flags;
275 struct os_refcnt nif_refcnt;
278 struct netif_agent_flow_head nif_agent_flow_list;
279 uint32_t nif_agent_flow_cnt;
[all …]
H A Dnx_netif.c3482 struct kern_nexus *nx_netif; local
/xnu-12377.1.9/bsd/net/
H A Ddlil.c979 if_nexus_netif *nx_netif = &ifp->if_nx_netif; in dlil_quiesce_and_detach_nexuses() local