Searched refs:ifbond_s (Results 1 – 1 of 1) sorted by relevance
90 typedef struct ifbond_s ifbond, *__single ifbond_ref;204 struct ifbond_s;205 TAILQ_HEAD(ifbond_list, ifbond_s);226 struct ifbond_s { struct227 TAILQ_ENTRY(ifbond_s) ifb_bond_list;764 kfree_type(struct ifbond_s, ifb); in ifbond_release()1197 ifb = kalloc_type(struct ifbond_s, Z_WAITOK_ZERO_NOFAIL); in bond_clone_create()