Searched defs:if_clone (Results 1 – 1 of 1) sorted by relevance
1400 struct if_clone { struct1409 struct zone *ifc_zone; /* if_clone allocation zone */ argument1410 int (*ifc_create)(struct if_clone *, u_int32_t, void *); argument1411 int (*ifc_destroy)(struct ifnet *);1412 uint8_t ifc_namelen; /* length of name */1413 char ifc_name[IFNAMSIZ + 1]; /* name of device, e.g. `vlan' */