Searched refs:ifbond (Results 1 – 3 of 3) sorted by relevance
109 typedef struct ifbond { struct113 } ifbond; typedef
1724 static void bond_fill_ifbond(struct bonding *bond, struct ifbond *info) in bond_fill_ifbond()2547 static void bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()4487 struct ifbond k_binfo; in bond_do_ioctl()4488 struct ifbond __user *u_binfo = NULL; in bond_do_ioctl()4499 u_binfo = (struct ifbond __user *)ifr->ifr_data; in bond_do_ioctl()4501 if (copy_from_user(&k_binfo, u_binfo, sizeof(ifbond))) in bond_do_ioctl()4505 if (copy_to_user(u_binfo, &k_binfo, sizeof(ifbond))) in bond_do_ioctl()
4815 ifbond master;