commit | 737535c5cf3524e4bfaa91e22edefd52eccabbce | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Jun 13 06:46:36 2009 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Wed Feb 10 16:44:58 2010 +0100 |
tree | 4c6918a8fb0b7568f30310947043320a03d10328 | |
parent | 9ab99d5a43e9f283738fd9fd365539306d13eaac [diff] |
netfilter: xtables: compact table hook functions (1/2) This patch combines all the per-hook functions in a given table into a single function. Together with the 2nd patch, further simplifications are possible up to the point of output code reduction. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>