Searched refs:queue_opts (Results 1 – 1 of 1) sorted by relevance
355 static struct queue_opts { struct367 } queue_opts; argument564 struct queue_opts queue_opts; member660 %type <v.queue_opts> queue_opts queue_opt queue_opts_l1876 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 …]