<def f='src/src/sys/net/bpf.h' l='109' ll='112'/>
<size>4</size>
<doc f='src/src/sys/net/bpf.h' l='98'>/*
 * Struct return by BIOCVERSION.  This represents the version number of
 * the filter language described by the instruction encodings below.
 * bpf understands a program iff kernel_major == filter_major &amp;&amp;
 * kernel_minor &gt;= filter_minor, that is, if the value returned by the
 * running kernel has the same major number and a minor number equal
 * equal to or less than the filter being downloaded.  Otherwise, the
 * results are undefined, meaning an error may be returned or packets
 * may be accepted haphazardly.
 * It has nothing to do with the source code version.
 */</doc>
<mbr r='bpf_version::bv_major' o='0' t='u_short'/>
<mbr r='bpf_version::bv_minor' o='16' t='u_short'/>
