Searched refs:bondport_s (Results 1 – 1 of 1) sorted by relevance
98 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;274 struct bondport_s { struct275 TAILQ_ENTRY(bondport_s) po_port_list;287 TAILQ_ENTRY(bondport_s) po_lag_port_list; argument1932 p = kalloc_type(struct bondport_s, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bondport_create()2036 kfree_type(struct bondport_s, p); in bondport_free()