Search | Google it | Results 1 - 1 of 1 for funcall:LIST_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c (0.00 seconds) |
97: /* this function is called at splsoftnet() */ 98: LIST_FOREACH(rti, &rti_head, rti_link) { 99: if (rti->rti_ifp == inm->inm_ifp) { 123: 124: LIST_FOREACH(rti, &rti_head, rti_link) { 125: if (rti->rti_ifp == ifp) 145: 146: LIST_FOREACH(rti, &rti_head, rti_link) { 147: if (rti->rti_ifp == ifp) { 552: KERNEL_LOCK(1, NULL); 553: LIST_FOREACH(rti, &rti_head, rti_link) { 554: if (rti->rti_type == IGMP_v1_ROUTER &&