Home
last modified time | relevance | path

Searched refs:nx_port_info (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h117 struct nx_port_info { struct
230 struct nx_port_info *__counted_by(nx_num_ports) nx_ports;
H A Dnexus.c2589 struct nx_port_info *ports; in nx_port_grow()
2618 if ((ports = sk_realloc_type_array(struct nx_port_info, old_num_ports, in nx_port_grow()
2651 struct nx_port_info *npi = NULL; in nx_port_alloc()
2757 struct nx_port_info *npi = &nx->nx_ports[nx_port]; in nx_port_defunct()
2766 struct nx_port_info *npi = NULL; in nx_port_free()
2798 struct nx_port_info *npi = NULL; in nx_port_bind_info()
2876 struct nx_port_info *npi = NULL; in nx_port_unbind()
2938 struct nx_port_info *npi; in nx_port_get_info()
3008 sk_free_type_array_counted_by(struct nx_port_info, nx->nx_num_ports, nx->nx_ports); in nx_port_free_all()