Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Dbpf.c257 bpf_wakeup(struct bpf_d *);
500 bpf_detachd(struct bpf_d *d) in bpf_detachd()
587 struct bpf_d *d; in bpfopen()
633 struct bpf_d *d; in bpf_close()
797 bpf_wakeup(struct bpf_d *d) in bpf_wakeup()
812 struct bpf_d *d = arg; in bpf_timed_out()
924 reset_d(struct bpf_d *d) in reset_d()
1708 struct bpf_d *d; in bpf_deliver()
2145 bpf_freed(struct bpf_d *d) in bpf_freed()
2233 struct bpf_d *d; in _bpfdetach()
[all …]
H A Dbpfdesc.h64 struct bpf_d { struct
66 struct bpf_d *_bd_next; /* Linked list of descriptors */ argument
115 LIST_ENTRY(bpf_d) _bd_list; /* list of all BPF's */ argument
178 struct bpf_d *_bif_dlist; /* descriptor list */
/netbsd/doc/
H A DTODO.smpnet189 obtained via kvm(3). bpf_d#_bd_next, bpf_d#_bd_filter and bpf_d#_bd_list
/netbsd/sys/sys/
H A Dfile.h120 struct bpf_d *fd_bpf; // DTYPE_MISC (bpf)
/netbsd/usr.bin/fstat/
H A Dmisc.c126 struct bpf_d bpf; in p_bpf()