Searched refs:bondport_s (Results 1 – 1 of 1) sorted by relevance
91 typedef struct bondport_s bondport, *__single bondport_ref;202 struct bondport_s;203 TAILQ_HEAD(port_list, bondport_s);318 struct bondport_s { struct319 TAILQ_ENTRY(bondport_s) po_port_list;330 TAILQ_ENTRY(bondport_s) po_lag_port_list; argument1995 p = kalloc_type(struct bondport_s, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bondport_create()2101 kfree_type(struct bondport_s, p); in bondport_free()