Searched refs:bondport_s (Results 1 – 1 of 1) sorted by relevance
90 typedef struct bondport_s bondport, *__single bondport_ref;201 struct bondport_s;202 TAILQ_HEAD(port_list, bondport_s);317 struct bondport_s { struct318 TAILQ_ENTRY(bondport_s) po_port_list;329 TAILQ_ENTRY(bondport_s) po_lag_port_list; argument1994 p = kalloc_type(struct bondport_s, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bondport_create()2100 kfree_type(struct bondport_s, p); in bondport_free()