Lines Matching refs:ibr
2960 struct if_bond_req ibr; in bond_ioctl() local
3056 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3060 switch (ibr.ibr_op) { in bond_ioctl()
3063 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name); in bond_ioctl()
3083 switch (ibr.ibr_op) { in bond_ioctl()
3099 if_bond_debug = ibr.ibr_ibru.ibru_int_val; in bond_ioctl()
3103 switch (ibr.ibr_ibru.ibru_int_val) { in bond_ioctl()
3114 error = bond_set_mode(ifp, ibr.ibr_ibru.ibru_int_val); in bond_ioctl()
3122 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3126 switch (ibr.ibr_op) { in bond_ioctl()
3142 switch (ibr.ibr_op) { in bond_ioctl()
3144 error = bond_get_status(ifb, &ibr, user_addr); in bond_ioctl()