diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-02-28 17:23:31 (GMT) |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-03-07 16:41:19 (GMT) |
commit | 2c8503f55fbdfbeff4164f133df804cf4d316290 (patch) | |
tree | fe491bc79fd59aa4b8b99ea63d13e62b6a2ef1cb /fs/squashfs | |
parent | b888341c7f33035694f70428d7001d73f0b2a3b1 (diff) | |
download | linux-fsl-qoriq-2c8503f55fbdfbeff4164f133df804cf4d316290.tar.xz |
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
This patch defines a new interface for l4 protocol trackers:
unsigned int *(*get_timeouts)(struct net *net);
that is used to return the array of unsigned int that contains
the timeouts that will be applied for this flow. This is passed
to the l4proto->new(...) and l4proto->packet(...) functions to
specify the timeout policy.
This interface allows per-net global timeout configuration
(although only DCCP supports this by now) and it will allow
custom custom timeout configuration by means of follow-up
patches.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'fs/squashfs')
0 files changed, 0 insertions, 0 deletions