/src/sys/net/ |
bpf.c | 136 * - Gobal lists: bpf_iflist and bpf_dlist 151 * - struct bpf_if is iterated on bpf_iflist with psz or psref 177 * bpf_iflist is the list of interfaces; each corresponds to an ifnet 180 static struct pslist_head bpf_iflist; variable in typeref:struct:pslist_head 199 /* Macros for bpf_if on bpf_iflist */ 201 PSLIST_WRITER_INSERT_HEAD(&bpf_iflist, (__bp), bif_iflist_entry) 203 PSLIST_READER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 206 PSLIST_WRITER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 561 PSLIST_INIT(&bpf_iflist);
|
bpf.c | 136 * - Gobal lists: bpf_iflist and bpf_dlist 151 * - struct bpf_if is iterated on bpf_iflist with psz or psref 177 * bpf_iflist is the list of interfaces; each corresponds to an ifnet 180 static struct pslist_head bpf_iflist; variable in typeref:struct:pslist_head 199 /* Macros for bpf_if on bpf_iflist */ 201 PSLIST_WRITER_INSERT_HEAD(&bpf_iflist, (__bp), bif_iflist_entry) 203 PSLIST_READER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 206 PSLIST_WRITER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 561 PSLIST_INIT(&bpf_iflist);
|
bpf.c | 136 * - Gobal lists: bpf_iflist and bpf_dlist 151 * - struct bpf_if is iterated on bpf_iflist with psz or psref 177 * bpf_iflist is the list of interfaces; each corresponds to an ifnet 180 static struct pslist_head bpf_iflist; variable in typeref:struct:pslist_head 199 /* Macros for bpf_if on bpf_iflist */ 201 PSLIST_WRITER_INSERT_HEAD(&bpf_iflist, (__bp), bif_iflist_entry) 203 PSLIST_READER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 206 PSLIST_WRITER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 561 PSLIST_INIT(&bpf_iflist);
|
bpf.c | 136 * - Gobal lists: bpf_iflist and bpf_dlist 151 * - struct bpf_if is iterated on bpf_iflist with psz or psref 177 * bpf_iflist is the list of interfaces; each corresponds to an ifnet 180 static struct pslist_head bpf_iflist; variable in typeref:struct:pslist_head 199 /* Macros for bpf_if on bpf_iflist */ 201 PSLIST_WRITER_INSERT_HEAD(&bpf_iflist, (__bp), bif_iflist_entry) 203 PSLIST_READER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 206 PSLIST_WRITER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 561 PSLIST_INIT(&bpf_iflist);
|