bpf.c | 136 * - Gobal lists: bpf_iflist and bpf_dlist 150 * - struct bpf_d is iterated on bpf_dlist with psz 181 static struct pslist_head bpf_dlist; variable in typeref:struct:pslist_head 183 /* Macros for bpf_d on bpf_dlist */ 185 PSLIST_WRITER_INSERT_HEAD(&bpf_dlist, (__d), bd_bpf_dlist_entry) 187 PSLIST_READER_FOREACH((__d), &bpf_dlist, struct bpf_d, \ 190 PSLIST_WRITER_FOREACH((__d), &bpf_dlist, struct bpf_d, \ 562 PSLIST_INIT(&bpf_dlist);
|