Lines Matching full:queue
12 # ACK queue.
14 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \
18 # std_out - the standard queue. any filter rule below that does not
19 # explicitly specify a queue will have its traffic added
20 # to this queue.
25 queue std_out priq(default)
26 queue ssh_im_out priority 4 priq(red)
27 queue dns_out priority 5
28 queue tcp_ack_out priority 6
34 altq on dc0 cbq bandwidth 2Mb queue { std_in, ssh_im_in, dns_in, bob_in }
37 # std_in - the standard queue. any filter rule below that does not
38 # explicitly specify a queue will have its traffic added
39 # to this queue.
45 queue std_in bandwidth 1.6Mb cbq(default)
46 queue ssh_im_in bandwidth 200Kb priority 4
47 queue dns_in bandwidth 120Kb priority 5
48 queue bob_in bandwidth 80Kb cbq(borrow)
66 queue(std_out, tcp_ack_out)
69 queue dns_out
71 queue(std_out, ssh_im_out)
73 queue(ssh_im_out, tcp_ack_out)
83 queue dns_in
85 queue(std_in, ssh_im_in)
87 queue ssh_im_in
88 pass out on dc0 from any to $bob queue bob_in