if_clonereq
struct if_clonereq ifcr;
error = if_clone_list((struct if_clonereq *)data);
if_clone_list(struct if_clonereq *ifcr)
int if_clone_list(struct if_clonereq *);
#define SIOCIFGCLONERS _IOWR('i', 120, struct if_clonereq) /* get cloners */
struct if_clonereq req;
struct if_clonereq ifcr;