Home
last modified time | relevance | path

Searched refs:bpf_d (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/
H A Dbpf.c307 bpf_detachd(struct bpf_d *d) in bpf_detachd()
360 struct bpf_d *d; in bpfopen()
556 bpf_wakeup(struct bpf_d *d) in bpf_wakeup()
572 struct bpf_d *d = (struct bpf_d *)arg; in bpf_timed_out()
1166 struct bpf_d *d; in bpfkqfilter()
1199 struct bpf_d *d; in bpf_filter_detach()
1209 struct bpf_d *d; in bpf_filter_read()
1238 struct bpf_d *d; in bpf_tap()
1301 struct bpf_d *d; in bpf_mtap()
1487 bpf_freed(struct bpf_d *d) in bpf_freed()
[all …]
H A Dbpfdesc.h49 struct bpf_d { struct
50 SLIST_ENTRY(bpf_d) bd_next; /* Linked list of descriptors */
106 SLIST_HEAD(, bpf_d) bif_dlist; /* descriptor list */ argument