Lines Matching refs:constipated
141 int constipated; /* Throttle status for outgoing */ member
229 int constipated; /* Asked by remote to shut up */ member
675 if (gsm->constipated && msg->addr) in gsm_data_kick()
929 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()
959 if (dlci->constipated) in gsm_dlci_data_kick()
1035 if (fc && !dlci->constipated) { in gsm_process_modem()
1037 dlci->constipated = 1; in gsm_process_modem()
1038 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1039 dlci->constipated = 0; in gsm_process_modem()
1214 gsm->constipated = 0; in gsm_control_message()
1223 gsm->constipated = 1; in gsm_control_message()