Searched refs:ifbond (Results 1 – 3 of 3) sorted by relevance
97 typedef struct ifbond { struct101 } ifbond; argument
1240 static void bond_fill_ifbond(struct bonding *bond, struct ifbond *info) in bond_fill_ifbond()1936 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()3302 struct ifbond k_binfo; in bond_do_ioctl()3303 struct ifbond __user *u_binfo = NULL; in bond_do_ioctl()3338 u_binfo = (struct ifbond __user *)ifr->ifr_data; in bond_do_ioctl()3340 if (copy_from_user(&k_binfo, u_binfo, sizeof(ifbond))) in bond_do_ioctl()3345 copy_to_user(u_binfo, &k_binfo, sizeof(ifbond))) in bond_do_ioctl()
3558 ifbond master;