Search | Google it | Results 1 - 1 of 1 for funcall:LIST_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/net/route.c (0.00 seconds) |
1149: */ 1150: LIST_FOREACH(r, &rt->rt_timer, rtt_link) { 1151: if (r->rtt_func == func) 1192: s = splsoftnet(); 1193: LIST_FOREACH(rtq, &rttimer_queue_head, rtq_link) { 1194: while ((r = TAILQ_FIRST(&rtq->rtq_head)) != NULL &&