commit | 9c92d3486434e7310cb288587953e2dae4a79701 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Feb 15 15:18:19 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 15 15:18:19 2006 -0800 |
tree | 33bbc2088b4250339ea5f18f8eaad99ee6c34ab8 | |
parent | 48d5cad87c3a4998d0bda16ccfb5c60dfe4de5fb [diff] |
[NETFILTER]: Don't invoke okfn in CONFIG_NETFILTER=n variant of nf_hook() nf_hook() is supposed to call the netfilter hook and return control of the packet back to the caller in case it may pass, the okfn is only used for queueing. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>