Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h114 struct bpf_d { struct
126 void * bd_sbuf; /* store slot */
127 void * bd_hbuf; /* hold slot */
128 void * bd_fbuf; /* free slot */
129 int bd_slen; /* current length of store buffer */
130 int bd_hlen; /* current length of hold buffer */
132 int bd_bufsize; /* absolute length of buffers */
134 uintptr_t bd_bif; /* interface pointer */
135 ulong_t bd_rtout; /* Read timeout in 'ticks' */
136 struct bpf_insn *bd_filter; /* filter code */
[all …]