HomeSort by: relevance | last modified time | path
    Searched refs:bif_dlist_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpfdesc.h 187 struct pslist_head bif_dlist_head; member in struct:bpf_if
bpf.c 217 PSLIST_READER_FOREACH((__d), &(__bp)->bif_dlist_head, struct bpf_d, \
220 PSLIST_WRITER_INSERT_HEAD(&(__bp)->bif_dlist_head, (__d), \
227 (PSLIST_READER_FIRST(&(__bp)->bif_dlist_head, struct bpf_d, \
230 (PSLIST_WRITER_FIRST(&(__bp)->bif_dlist_head, struct bpf_d, \
2198 PSLIST_INIT(&bp->bif_dlist_head);

Completed in 15 milliseconds