Searched refs:bondport_s (Results 1 – 1 of 1) sorted by relevance
96 typedef struct bondport_s bondport, * bondport_ref;150 struct bondport_s;151 TAILQ_HEAD(port_list, bondport_s);158 typedef struct bondport_s bondport, * bondport_ref;272 struct bondport_s { struct273 TAILQ_ENTRY(bondport_s) po_port_list;285 TAILQ_ENTRY(bondport_s) po_lag_port_list; argument1930 p = kalloc_type(struct bondport_s, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bondport_create()2034 kfree_type(struct bondport_s, p); in bondport_free()