Searched refs:constipated (Results 1 – 1 of 1) sorted by relevance
146 bool constipated; /* Throttle status for outgoing */ member234 bool constipated; /* Asked by remote to shut up */ member671 if (gsm->constipated && msg->addr) in gsm_data_kick()930 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()960 if (dlci->constipated) in gsm_dlci_data_kick()1037 if (fc && !dlci->constipated) { in gsm_process_modem()1039 dlci->constipated = true; in gsm_process_modem()1040 } else if (!fc && dlci->constipated) { in gsm_process_modem()1041 dlci->constipated = false; in gsm_process_modem()1216 gsm->constipated = false; in gsm_control_message()[all …]