Home
last modified time | relevance | path

Searched refs:nx_port_find (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c621 error = nx_port_find(nx, first, last - 1, &port); in nx_fsw_dom_find_port()
673 error = nx_port_find(nx, first, last - 1, &port); in nx_fsw_dom_bind_port()
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus_var.h474 extern int nx_port_find(struct kern_nexus *, nexus_port_t,
H A Dnexus.c2453 nx_port_find(struct kern_nexus *nx, nexus_port_t first, in nx_port_find() function
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1103 error = nx_port_find(nx, first, last - 1, &port); in nx_netif_dom_bind_port()