Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_altq.h37 struct cbq_opts { struct
38 u_int minburst;
39 u_int maxburst;
40 u_int pktsize;
41 u_int maxpktsize;
42 u_int ns_per_byte;
43 u_int maxidle;
44 int minidle;
45 u_int offtime;
46 int flags;
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h198 struct cbq_opts cbq_opts; member