Kconfig (6eca954e25e8a67e48334e668b9ac7da21fcbc6f) Kconfig (f057bbb6f9ed0fb61ea11105c9ef0ed5ac1a354d)
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 493 unchanged lines hidden (view full) ---

502 select TEXTSEARCH_FSM
503 ---help---
504 Say Y here if you want to be able to classify packets based on
505 textsearch comparisons.
506
507 To compile this code as a module, choose M here: the
508 module will be called em_text.
509
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 493 unchanged lines hidden (view full) ---

502 select TEXTSEARCH_FSM
503 ---help---
504 Say Y here if you want to be able to classify packets based on
505 textsearch comparisons.
506
507 To compile this code as a module, choose M here: the
508 module will be called em_text.
509
510config NET_EMATCH_CANID
511 tristate "CAN Identifier"
512 depends on NET_EMATCH && CAN
513 ---help---
514 Say Y here if you want to be able to classify CAN frames based
515 on CAN Identifier.
516
517 To compile this code as a module, choose M here: the
518 module will be called em_canid.
519
510config NET_CLS_ACT
511 bool "Actions"
512 ---help---
513 Say Y here if you want to use traffic control actions. Actions
514 get attached to classifiers and are invoked after a successful
515 classification. They are used to overwrite the classification
516 result, instantly drop or redirect packets, etc.
517

--- 116 unchanged lines hidden ---
520config NET_CLS_ACT
521 bool "Actions"
522 ---help---
523 Say Y here if you want to use traffic control actions. Actions
524 get attached to classifiers and are invoked after a successful
525 classification. They are used to overwrite the classification
526 result, instantly drop or redirect packets, etc.
527

--- 116 unchanged lines hidden ---