]> Git Repo - linux.git/commit
inet: frag: move evictor calls into frag_find function
authorFlorian Westphal <[email protected]>
Thu, 24 Jul 2014 14:50:31 +0000 (16:50 +0200)
committerDavid S. Miller <[email protected]>
Mon, 28 Jul 2014 05:34:35 +0000 (22:34 -0700)
commit86e93e470cadedda9181a2bd9aee1d9d2e5e9c0f
treeadf79021d31261d4ad11c0cbc72ff33cf1e83902
parentfb3cfe6e75b9d05c87265e85e67d7caf6e5b44a7
inet: frag: move evictor calls into frag_find function

First step to move eviction handling into a work queue.

We lose two spots that accounted evicted fragments in MIB counters.

Accounting will be restored since the upcoming work-queue evictor
invokes the frag queue timer callbacks instead.

Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/inet_frag.h
net/ieee802154/reassembly.c
net/ipv4/inet_fragment.c
net/ipv4/ip_fragment.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c
This page took 0.047693 seconds and 4 git commands to generate.