Searched refs:old_found (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/netinet/
H A Dtcp_congctl.c321 bool old_found, new_found; local
325 old_found = (tp == NULL || tp->t_congctl == NULL);
331 if (!old_found && tccp->congctl_ctl == tp->t_congctl) {
333 old_found = true;
341 if (new_found && old_found) {
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c253 bool old_found = false; local
275 if (old_found) {
280 old_found = true;

Completed in 147 milliseconds