Searched refs:queue_opts (Results 1 – 1 of 1) sorted by relevance
337 static struct queue_opts { struct349 } queue_opts; argument493 struct queue_opts queue_opts; member583 %type <v.queue_opts> queue_opts queue_opt queue_opts_l1845 altqif : ALTQ interface queue_opts QUEUE qassign {1869 queuespec : QUEUE STRING interface queue_opts qassign {1906 queue_opts : {1907 bzero(&queue_opts, sizeof queue_opts);1908 queue_opts.priority = DEFAULT_PRIORITY;1909 queue_opts.qlimit = DEFAULT_QLIMIT;[all …]