Searched refs:nx_port_is_valid (Results 1 – 3 of 3) sorted by relevance
488 extern bool nx_port_is_valid(struct kern_nexus *, nexus_port_t);
2934 nx_port_is_valid(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_is_valid() function2942 ASSERT(nx_port_is_valid(nx, nx_port)); in nx_port_is_defunct()
1216 if (__improbable(!nx_port_is_valid(nx, port))) { in flow_get_na()