Search | Google it | Results 1 - 1 of 1 for funcall:strcmp from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_congctl.c (0.00 seconds) |
274: TAILQ_FOREACH(tccp, &tcp_congctlhd, congctl_ent) { 275: if (!strcmp(name, tccp->congctl_name)) 276: rtccp = tccp; 304: TAILQ_FOREACH(tccp, &tcp_congctlhd, congctl_ent) 305: if (!strcmp(name, tccp->congctl_name)) { 306: /* name already registered */ 338: TAILQ_FOREACH(tccp, &tcp_congctlhd, congctl_ent) { 339: if (!strcmp(name, tccp->congctl_name)) 340: rtccp = tccp; 379: 380: if (!new_found && !strcmp(name, tccp->congctl_name)) { 381: new_tccp = tccp;