Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y229 struct queue_opts { struct
241 } queue_opts; argument
395 struct queue_opts queue_opts; member
467 %type <v.queue_opts> queue_opts queue_opt queue_opts_l
1293 altqif : ALTQ interface queue_opts QUEUE qassign {
1317 queuespec : QUEUE STRING interface queue_opts qassign {
1354 queue_opts : {
1355 bzero(&queue_opts, sizeof queue_opts);
1356 queue_opts.priority = DEFAULT_PRIORITY;
1357 queue_opts.qlimit = DEFAULT_QLIMIT;
[all …]