summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_IDLETIMER.h
Commit message (Collapse)AuthorAgeFilesLines
* extensions: IDLETIMER: Add alarm timer optionManoj Basapathi2020-04-161-0/+12
| | | | | | | | | | | | | | Introduce "--alarm" option for idletimer rule. If it is present, hardidle-timer is used, else default timer. The default idletimer starts a deferrable timer or in other words the timer will cease to run when cpu is in suspended state. This change introduces the option to start a non-deferrable or alarm timer which will continue to run even when the cpu is in suspended state. Signed-off-by: Manoj Basapathi <manojbm@codeaurora.org> Signed-off-by: Sauvik Saha <ssaha@codeaurora.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* include: update files with headers from Linux 2.6.37-rc1Jan Engelhardt2010-12-031-1/+1
| | | | Also includes the type change to __u{8,16,32} kernel types already.
* extensions: add idletimer xt target extensionLuciano Coelho2010-06-151-0/+45
Add the extension plugin for the IDLETIMER x_tables target. Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Patrick McHardy <kaber@trash.net>