From: Patrick McHardy Date: Wed, 5 Dec 2007 09:26:33 +0000 (-0800) Subject: [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info X-Git-Tag: v2.6.25-rc1~1162^2~1236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f014d88831f73b895c1fe09badb66c88e932d3;p=pandora-kernel.git [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info Move common fields for queue management to struct nf_info and rename it to struct nf_queue_entry. The avoids one allocation/free per packet and simplifies the code a bit. Alternatively we could add some private room at the tail, but since all current users use identical structs this seems easier. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed