Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c2594 struct nx_port_info *ports; in nx_port_grow()
2624 if ((ports = sk_realloc_type_array(struct nx_port_info, old_num_ports, in nx_port_grow()
2657 struct nx_port_info *npi = NULL; in nx_port_alloc()
2763 struct nx_port_info *npi = &nx->nx_ports[nx_port]; in nx_port_defunct()
2772 struct nx_port_info *npi = NULL; in nx_port_free()
2804 struct nx_port_info *npi = NULL; in nx_port_bind_info()
2882 struct nx_port_info *npi = NULL; in nx_port_unbind()
2944 struct nx_port_info *npi; in nx_port_get_info()
3014 sk_free_type_array_counted_by(struct nx_port_info, nx->nx_num_ports, nx->nx_ports); in nx_port_free_all()