Searched refs:bondport_s (Results 1 – 1 of 1) sorted by relevance
96 typedef struct bondport_s bondport, * bondport_ref;152 struct bondport_s;153 TAILQ_HEAD(port_list, bondport_s);160 typedef struct bondport_s bondport, * bondport_ref;273 struct bondport_s { struct274 TAILQ_ENTRY(bondport_s) po_port_list;286 TAILQ_ENTRY(bondport_s) po_lag_port_list; argument1938 p = kalloc_type(struct bondport_s, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bondport_create()2042 kfree_type(struct bondport_s, p); in bondport_free()