Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpfvar.h1386 struct cbq_opts { struct
1387 u_int minburst;
1388 u_int maxburst;
1389 u_int pktsize;
1390 u_int maxpktsize;
1391 u_int ns_per_byte;
1392 u_int maxidle;
1393 int minidle;
1394 u_int offtime;
1395 int flags;
[all …]
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.h168 struct cbq_opts cbq_opts; member