aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorAaron Conole <[email protected]>2016-11-15 17:48:45 -0500
committerPablo Neira Ayuso <[email protected]>2016-12-06 21:42:16 +0100
commitd415b9eb76fc55c03ef5451691170aa5771dcea3 (patch)
tree9f410cdef78d6647ff5c8f2cf89d8b830ce43cf8 /include/linux/debugobjects.h
parent0aa8c57a04907a5d02068ff9f917629be97ea78d (diff)
netfilter: decouple nf_hook_entry and nf_hook_ops
During nfhook traversal we only need a very small subset of nf_hook_ops members. We need: - next element - hook function to call - hook function priv argument Bridge netfilter also needs 'thresh'; can be obtained via ->orig_ops. nf_hook_entry struct is now 32 bytes on x86_64. A followup patch will turn the run-time list into an array that only stores hook functions plus their priv arguments, eliminating the ->next element. Suggested-by: Florian Westphal <[email protected]> Signed-off-by: Aaron Conole <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions