commit | 97a2d41c47a2246c3387a937c62126c9faefe875 | [log] [tgz] |
---|---|---|
author | Eric Leblond <eric@regit.org> | Fri Dec 06 00:24:12 2013 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Dec 07 23:20:45 2013 +0100 |
tree | 0c295ac10edb37c0e441666a84b6f3ff37fc077e | |
parent | e569bdab35fd0d31cecb6b072e95af1834991f9d [diff] |
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>