Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDparse.y272 struct queue_opts { struct
284 } queue_opts; argument
423 struct queue_opts queue_opts; member
508 %type <v.queue_opts> queue_opts queue_opt queue_opts_l
1462 altqif : ALTQ interface queue_opts QUEUE qassign {
1486 queuespec : QUEUE STRING interface queue_opts qassign {
1523 queue_opts : {
1524 bzero(&queue_opts, sizeof queue_opts);
1525 queue_opts.priority = DEFAULT_PRIORITY;
1526 queue_opts.qlimit = DEFAULT_QLIMIT;
[all …]