Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index
The Linux kernel configuration item CONFIG_NET_SCH_ATM
has multiple definitions:
net/sched/Kconfig
The configuration item CONFIG_NET_SCH_ATM:
CONFIG_ATM
sch_atm
Say Y here if you want to use the ATM pseudo-scheduler. This provides a framework for invoking classifiers, which in turn select classes of this queuing discipline. Each class maps the flow(s) it is handling to a given virtual circuit.
See the top of net/sched/sch_atm.c for more details.
To compile this code as a module, choose M here: the module will be called sch_atm.
net/sched/Kconfig
The configuration item CONFIG_NET_SCH_ATM:
CONFIG_NET_SCHED && CONFIG_ATM
sch_atm
Say Y here if you want to use the ATM pseudo-scheduler. This provides a framework for invoking classifiers (aka "filters"), which in turn select classes of this queuing discipline. Each class maps the flow(s) it is handling to a given virtual circuit (see the top of net/sched/sch_atm.c).
To compile this code as a module, choose M here: the module will be called sch_atm.
net/sched/Kconfig
The configuration item CONFIG_NET_SCH_ATM:
CONFIG_NET_SCHED && CONFIG_ATM
sch_atm
Say Y here if you want to use the ATM pseudo-scheduler. This provides a framework for invoking classifiers (aka "filters"), which in turn select classes of this queuing discipline. Each class maps the flow(s) it is handling to a given virtual circuit (see the top of net/sched/sch_atm.c).
This code is also available as a module called sch_atm ( = code which can be inserted in and removed from the running kernel whenever you want). If you want to compile it as a module, say M here and read Documentation/modules.txt.
Raw data from LKDDb:
lkddb module sch_atm CONFIG_NET_SCH_ATM : net/sched/Kconfig : "ATM Virtual Circuits (ATM)" # in 2.5.70–2.5.75, 2.6.0–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.2, 6.2+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - N index
Automatically generated (in year 2024). See also LKDDb sources on GitLab