Home
last modified time | relevance | path

Searched refs:nx_port_is_valid (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_var.h488 extern bool nx_port_is_valid(struct kern_nexus *, nexus_port_t);
H A Dnexus.c2934 nx_port_is_valid(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_is_valid() function
2942 ASSERT(nx_port_is_valid(nx, nx_port)); in nx_port_is_defunct()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1216 if (__improbable(!nx_port_is_valid(nx, port))) { in flow_get_na()