ifbond
static void bond_fill_ifbond(struct bonding *bond, struct ifbond *info)
static void bond_info_query(struct net_device *bond_dev, struct ifbond *info)
struct ifbond k_binfo;
struct ifbond __user *u_binfo = NULL;
u_binfo = (struct ifbond __user *)ifr->ifr_data;
if (copy_from_user(&k_binfo, u_binfo, sizeof(ifbond)))
if (copy_to_user(u_binfo, &k_binfo, sizeof(ifbond)))
ifbond master;