netfilter: xt_NFQUEUE: separate reusable code
authorEric Leblond <eric@regit.org>
Thu, 5 Dec 2013 23:24:12 +0000 (00:24 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 7 Dec 2013 22:20:45 +0000 (23:20 +0100)
commit97a2d41c47a2246c3387a937c62126c9faefe875
tree0c295ac10edb37c0e441666a84b6f3ff37fc077e
parente569bdab35fd0d31cecb6b072e95af1834991f9d
netfilter: xt_NFQUEUE: separate reusable code

This patch prepares the addition of nft_queue module by moving
reusable code into a header file.

This patch also converts NFQUEUE to use prandom_u32 to initialize
the random jhash seed as suggested by Florian Westphal.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_queue.h
net/netfilter/xt_NFQUEUE.c
This page took 0.025799 seconds and 5 git commands to generate.