Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h1251 struct cbq_opts { struct
1252 u_int minburst;
1253 u_int maxburst;
1254 u_int pktsize;
1255 u_int maxpktsize;
1256 u_int ns_per_byte;
1257 u_int maxidle;
1258 int minidle;
1259 u_int offtime;
1260 int flags;
[all …]
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h155 struct cbq_opts cbq_opts; member