diff options
author | Changli Gao <xiaosuo@gmail.com> | 2010-07-05 10:38:23 +0200 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-07-05 10:38:23 +0200 |
commit | ea8fbe8f198edea19116d4b61267e12235513225 (patch) | |
tree | e9fae0d935a083b8db23dbe02e0bd1b61fe4fc2a /include | |
parent | IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags() (diff) | |
download | linux-ea8fbe8f198edea19116d4b61267e12235513225.tar.xz linux-ea8fbe8f198edea19116d4b61267e12235513225.zip |
netfilter: nf_conntrack_reasm: add fast path for in-order fragments
As the fragments are sent in order in most of OSes, such as Windows, Darwin and
FreeBSD, it is likely the new fragments are at the end of the inet_frag_queue.
In the fast path, we check if the skb at the end of the inet_frag_queue is the
prev we expect.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions