Lines Matching refs:inactive
918 inactive for too long, will drop the data (it will eventually
1219 struct tcp_pcb *pcb, *inactive;
1228 inactive = NULL;
1234 inactive = pcb;
1238 if (inactive != NULL) {
1240 (void *)inactive, inactivity));
1241 tcp_abort(inactive);
1252 struct tcp_pcb *pcb, *inactive;
1256 inactive = NULL;
1261 inactive = pcb;
1264 if (inactive != NULL) {
1266 (void *)inactive, inactivity));
1267 tcp_abort(inactive);