Kconfig (0c49cd295d42d0032af11d55e2140dbec11dc8d0) | Kconfig (d23b8ad8ab23f5a18b91e2396fb63d10f66b08d6) |
---|---|
1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 684 unchanged lines hidden (view full) --- 693 ---help--- 694 Say Y here to push or pop vlan headers. 695 696 If unsure, say N. 697 698 To compile this code as a module, choose M here: the 699 module will be called act_vlan. 700 | 1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 684 unchanged lines hidden (view full) --- 693 ---help--- 694 Say Y here to push or pop vlan headers. 695 696 If unsure, say N. 697 698 To compile this code as a module, choose M here: the 699 module will be called act_vlan. 700 |
701config NET_ACT_BPF 702 tristate "BPF based action" 703 depends on NET_CLS_ACT 704 ---help--- 705 Say Y here to execute BPF code on packets. The BPF code will decide 706 if the packet should be dropped or not. 707 708 If unsure, say N. 709 710 To compile this code as a module, choose M here: the 711 module will be called act_bpf. 712 |
|
701config NET_CLS_IND 702 bool "Incoming device classification" 703 depends on NET_CLS_U32 || NET_CLS_FW 704 ---help--- 705 Say Y here to extend the u32 and fw classifier to support 706 classification based on the incoming device. This option is 707 likely to disappear in favour of the metadata ematch. 708 709endif # NET_SCHED 710 711config NET_SCH_FIFO 712 bool | 713config NET_CLS_IND 714 bool "Incoming device classification" 715 depends on NET_CLS_U32 || NET_CLS_FW 716 ---help--- 717 Say Y here to extend the u32 and fw classifier to support 718 classification based on the incoming device. This option is 719 likely to disappear in favour of the metadata ematch. 720 721endif # NET_SCHED 722 723config NET_SCH_FIFO 724 bool |