Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dbpfdesc.h64 struct bpf_d { struct
66 struct bpf_d *_bd_next; /* Linked list of descriptors */ argument
76 void * bd_sbuf; /* store slot */
77 void * bd_hbuf; /* hold slot */
78 void * bd_fbuf; /* free slot */
79 int bd_slen; /* current length of store buffer */
80 int bd_hlen; /* current length of hold buffer */
82 int bd_bufsize; /* absolute length of buffers */
84 struct bpf_if * bd_bif; /* interface descriptor */
85 u_long bd_rtout; /* Read timeout in 'ticks' */
[all …]