Home
last modified time | relevance | path

Searched refs:queue_opts (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/pfctl/
H A Dparse.y355 static struct queue_opts { struct
367 } queue_opts; argument
564 struct queue_opts queue_opts; member
660 %type <v.queue_opts> queue_opts queue_opt queue_opts_l
1876 altqif : ALTQ interface queue_opts QUEUE qassign {
1900 queuespec : QUEUE STRING interface queue_opts qassign {
1937 queue_opts : {
1938 bzero(&queue_opts, sizeof queue_opts);
1939 queue_opts.priority = DEFAULT_PRIORITY;
1940 queue_opts.qlimit = DEFAULT_QLIMIT;
[all …]