Searched refs:bpf_iflist (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/net/
H A Dbpf.c140 * - Gobal lists: bpf_iflist and bpf_dlist
155 * - struct bpf_if is iterated on bpf_iflist with psz or psref
181 * bpf_iflist is the list of interfaces; each corresponds to an ifnet
184 static struct pslist_head bpf_iflist; variable in typeref:struct:pslist_head
203 /* Macros for bpf_if on bpf_iflist */
205 PSLIST_WRITER_INSERT_HEAD(&bpf_iflist, (__bp), bif_iflist_entry)
207 PSLIST_READER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \
210 PSLIST_WRITER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \
561 PSLIST_INIT(&bpf_iflist);

Completed in 92 milliseconds