Search | Google it | Results 1 - 1 of 1 for funcall:LIST_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/net/bpf.c (0.00 seconds) |
1759: /* Nuke the vnodes for any open instances */ 1760: LIST_FOREACH(d, &bpf_list, bd_list) { 1761: if (d->bd_bif != NULL && d->bd_bif->bif_ifp == ifp) { 1933: mutex_enter(&bpf_mtx); 1934: LIST_FOREACH(dp, &bpf_list, bd_list) { 1935: if (len >= elem_size && elem_count > 0) {