Searched refs:ifbond (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dif_bonding.h92 typedef struct ifbond { struct
96 } ifbond; typedef in typeref:struct:ifbond
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dif_bonding.h92 typedef struct ifbond { struct
96 } ifbond; typedef in typeref:struct:ifbond
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dif_bonding.h92 typedef struct ifbond { struct
96 } ifbond; typedef in typeref:struct:ifbond
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dif_bonding.h92 typedef struct ifbond { struct
96 } ifbond; typedef in typeref:struct:ifbond
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dif_bonding.h92 typedef struct ifbond { struct
96 } ifbond; typedef in typeref:struct:ifbond
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bonding/
H A Dbond_main.c2200 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info)
3888 struct ifbond k_binfo;
3889 struct ifbond __user *u_binfo = NULL;
3930 u_binfo = (struct ifbond __user *)ifr->ifr_data;
3932 if (copy_from_user(&k_binfo, u_binfo, sizeof(ifbond)))
3937 copy_to_user(u_binfo, &k_binfo, sizeof(ifbond)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_main.c2200 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info)
3888 struct ifbond k_binfo;
3889 struct ifbond __user *u_binfo = NULL;
3930 u_binfo = (struct ifbond __user *)ifr->ifr_data;
3932 if (copy_from_user(&k_binfo, u_binfo, sizeof(ifbond)))
3937 copy_to_user(u_binfo, &k_binfo, sizeof(ifbond)))

Completed in 297 milliseconds