Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif.h279 struct nx_netif { struct
281 struct kern_nexus *nif_nx;
283 struct nxbind *nif_dev_nxb;
284 struct nxbind *nif_host_nxb;
285 uuid_t nif_uuid; /* attachment UUID */
286 struct netif_stats nif_stats;
287 uint32_t nif_flags;
288 struct os_refcnt nif_refcnt;
291 struct netif_agent_flow_head nif_agent_flow_list;
292 uint32_t nif_agent_flow_cnt;
[all …]
H A Dnx_netif.c3352 struct kern_nexus *nx_netif; local
/xnu-8796.101.5/bsd/net/
H A Ddlil.c1508 if_nexus_netif *nx_netif = &ifp->if_nx_netif; in dlil_quiesce_and_detach_nexuses() local