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

  /src/sys/netinet/
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
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) {
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
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) {
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
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) {
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
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) {
tcp_congctl.c 321 bool old_found, new_found; local in function:tcp_congctl_select
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) {

Completed in 150 milliseconds