Home
last modified time | relevance | path

Searched refs:ifbond_s (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c95 typedef struct ifbond_s ifbond, * ifbond_ref;
152 struct ifbond_s;
153 TAILQ_HEAD(ifbond_list, ifbond_s);
157 typedef struct ifbond_s ifbond, * ifbond_ref;
177 struct ifbond_s { struct
178 TAILQ_ENTRY(ifbond_s) ifb_bond_list;
727 kfree_type(struct ifbond_s, ifb); in ifbond_release()
1170 ifb = kalloc_type(struct ifbond_s, Z_WAITOK_ZERO_NOFAIL); in bond_clone_create()