OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpf_iflist
(Results
1 - 1
of
1
) sorted by relevancy
/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
);
Completed in 44 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025