HomeSort by: relevance | last modified time | path
    Searched defs:new_found (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
327 new_found = false;
336 if (!new_found && !strcmp(name, tccp->congctl_name)) {
338 new_found = true;
341 if (new_found && old_found) {
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
327 new_found = false;
336 if (!new_found && !strcmp(name, tccp->congctl_name)) {
338 new_found = true;
341 if (new_found && old_found) {

Completed in 24 milliseconds