This series reduces the size of the nf_hook_entry objects, and converts the loops which traverse into for-loops. This will facilitate future work to switch from a singly-linked list into an array. This series was built and tested on top of Pablo's series posted at https://www.spinics.net/lists/netfilter-devel/msg44408.html Aaron Conole (3): netfilter: introduce accessor functions for hook entries netfilter: decouple nf_hook_entry and nf_hook_ops netfilter: Convert while loops to for-loops include/linux/netfilter.h | 42 +++++++++++++++++++++++++++++++++++++---- net/bridge/br_netfilter_hooks.c | 8 ++++---- net/netfilter/core.c | 14 +++++--------- net/netfilter/nf_queue.c | 11 +++++------ 4 files changed, 52 insertions(+), 23 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html