Searched refs:constipated (Results 1 – 1 of 1) sorted by relevance
145 bool constipated; /* Throttle status for outgoing */ member233 bool constipated; /* Asked by remote to shut up */ member669 if (gsm->constipated && msg->addr) in gsm_data_kick()928 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()958 if (dlci->constipated) in gsm_dlci_data_kick()1034 if (fc && !dlci->constipated) { in gsm_process_modem()1036 dlci->constipated = true; in gsm_process_modem()1037 } else if (!fc && dlci->constipated) { in gsm_process_modem()1038 dlci->constipated = false; in gsm_process_modem()1213 gsm->constipated = false; in gsm_control_message()[all …]