Searched refs:bif_dlist (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/net/ |
| H A D | bpf.h | 416 struct bpfd_list bif_dlist; /* descriptor list */ member 440 if (!CK_LIST_EMPTY(&ext->bif_dlist)) in bpf_peers_present()
|
| /f-stack/freebsd/net/ |
| H A D | bpf.h | 417 struct bpfd_list bif_dlist; /* descriptor list */ member 441 if (!CK_LIST_EMPTY(&ext->bif_dlist)) in bpf_peers_present()
|
| H A D | bpf.c | 104 .bif_dlist = CK_LIST_HEAD_INITIALIZER() 109 #define bif_dlist bif_ext.bif_dlist macro 753 CK_LIST_INSERT_HEAD(&bp->bif_dlist, d, bd_next); in bpf_attachd() 2026 CK_LIST_INSERT_HEAD(&d->bd_bif->bif_dlist, in bpf_setf() 2249 CK_LIST_FOREACH(d, &bp->bif_dlist, bd_next) { in bpf_tap() 2314 CK_LIST_FOREACH(d, &bp->bif_dlist, bd_next) { in bpf_mtap() 2379 CK_LIST_FOREACH(d, &bp->bif_dlist, bd_next) { in bpf_mtap2() 2693 CK_LIST_INIT(&bp->bif_dlist); in bpfattach2() 2765 while ((d = CK_LIST_FIRST(&bp->bif_dlist)) != NULL) { in bpfdetach() 2888 CK_LIST_FOREACH(bd, &bp->bif_dlist, bd_next) { in bpf_zero_counters() [all …]
|