Lines Matching refs:queue
13 # ACK queue.
15 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \
19 # std_out - the standard queue. any filter rule below that does not
20 # explicitly specify a queue will have its traffic added
21 # to this queue.
26 queue std_out priq(default)
27 queue ssh_im_out priority 4 priq(red)
28 queue dns_out priority 5
29 queue tcp_ack_out priority 6
35 altq on dc0 cbq bandwidth 2Mb queue { std_in, ssh_im_in, dns_in, bob_in }
38 # std_in - the standard queue. any filter rule below that does not
39 # explicitly specify a queue will have its traffic added
40 # to this queue.
46 queue std_in bandwidth 1.6Mb cbq(default)
47 queue ssh_im_in bandwidth 200Kb priority 4
48 queue dns_in bandwidth 120Kb priority 5
49 queue bob_in bandwidth 80Kb cbq(borrow)
67 keep state queue(std_out, tcp_ack_out)
70 keep state queue dns_out
72 flags S/SA keep state queue(std_out, ssh_im_out)
74 flags S/SA keep state queue(ssh_im_out, tcp_ack_out)
84 queue dns_in
86 queue(std_in, ssh_im_in)
88 queue ssh_im_in
89 pass out on dc0 from any to $bob queue bob_in