• Home
  • Raw
  • Download

Lines Matching refs:to

9 	  When the kernel has several packets to send out over a network
10 device, it has to decide which ones to send first, which ones to
11 delay, and which ones to drop. This is the job of the queueing
12 disciplines, several different algorithms for how to do this
17 able to choose from among several alternative algorithms which can
18 then be attached to different network devices. This is useful for
20 need a certain minimum data flow rate, or if you need to limit the
22 This code is considered to be experimental.
29 This Quality of Service (QoS) support will enable you to use
31 (RSVP) on your Linux router if you also say Y to the corresponding
35 If you say Y here and to "/proc file system" below, you will be able
36 to read status information about packet schedulers from the file
40 can say Y to as many as you like. If unsure, say N now.
49 Say Y here if you want to use the Class-Based Queueing (CBQ) packet
57 say Y here. Then say Y to all the queueing algorithms below that you
58 want to use as leaf disciplines.
66 Say Y here if you want to use the Hierarchical Token Buckets (HTB)
71 HTB is very similar to CBQ regarding its goals however is has
80 Say Y here if you want to use the Hierarchical Fair Service Curve
90 Say Y here if you want to use the ATM pseudo-scheduler. This
93 the flow(s) it is handling to a given virtual circuit.
103 Say Y here if you want to use an n-band priority queue packet
112 Say Y here if you want to use an n-band queue packet scheduler
113 to support devices that have multiple hardware transmit queues.
121 Say Y here if you want to use the Random Early Detection (RED)
132 Say Y here if you want to use the Stochastic Fairness Queueing (SFQ)
143 Say Y here if you want to use the True Link Equalizer (TLE) packet
155 Say Y here if you want to use the Token Bucket Filter (TBF) packet
166 Say Y here if you want to use the Generic Random Early Detection
177 Say Y if you want to schedule packets according to the
179 Technical information on this method, with pointers to associated
188 Say Y if you want to emulate network delay, loss, and packet
189 re-ordering. This is often useful to simulate networks when
200 Say Y here if you want to use the Deficit Round Robin (DRR) packet
212 Say Y here if you want to use classifiers for incoming packets.
227 Say Y here if you want to be able to classify packets using
237 Say Y here if you want to be able to classify packets based on
239 to implement Differentiated Services together with DSMARK.
249 If you say Y here, you will be able to classify packets
250 according to the route table entry they matched.
262 If you say Y here, you will be able to classify packets
263 according to netfilter/firewall marks.
272 Say Y here to be able to classify packets using a universal
282 Say Y here to make u32 gather additional statistics useful for
289 Say Y here to be able to use netfilter marks as u32 key.
295 The Resource Reservation Protocol (RSVP) permits end systems to
299 Say Y here if you want to be able to classify outgoing packets based
309 The Resource Reservation Protocol (RSVP) permits end systems to
313 Say Y here if you want to be able to classify outgoing packets based
323 If you say Y here, you will be able to classify packets based on
335 Say Y here if you want to classify packets based on the control
342 Say Y here if you want to use extended matches on top of classifiers
348 A recent version of the iproute2 package is required to use
365 Say Y here if you want to be able to classify packets based on
375 Say Y here if you want to be able to classify packets based on
385 Say Y here if you want to be able to classify packets using
395 Say Y here if you want to be able to classify packets based on
410 Say Y here if you want to be able to classify packets based on
419 Say Y here if you want to use traffic control actions. Actions
420 get attached to classifiers and are invoked after a successful
421 classification. They are used to overwrite the classification
424 A recent version of the iproute2 package is required to use
431 Say Y here if you want to do traffic policing, i.e. strict
442 Say Y here to take generic actions such as dropping and
452 Say Y here to use the generic action randomly or deterministically.
458 Say Y here to allow packets to be mirrored or redirected to
468 Say Y here to be able to invoke iptables targets after successful
478 Say Y here to do stateless NAT on IPv4 packets. You should use
488 Say Y here if you want to mangle the content of packets.
497 Say Y here to add a simple action for demonstration purposes.
500 to the console for every packet that passes by.
511 Say Y here to change skb priority or queue_mapping settings.
522 Say Y here to extend the u32 and fw classifier to support
524 likely to disappear in favour of the metadata ematch.