Hi Ken-ichirou, Would you have a look at this patchset? I think it should prepare the ground for what you need. They are totally untested, so please carefully review them. Pablo Neira Ayuso (3): netfilter: ctnetlink: remove ctnetlink_nfqueue_build_size() netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c include/linux/netfilter.h | 12 +- include/net/netfilter/nfnetlink_queue.h | 51 -- net/netfilter/Makefile | 1 - net/netfilter/nf_conntrack_netlink.c | 87 +- net/netfilter/nfnetlink_queue.c | 1443 +++++++++++++++++++++++++++++++ net/netfilter/nfnetlink_queue_core.c | 1415 ------------------------------ net/netfilter/nfnetlink_queue_ct.c | 113 --- 7 files changed, 1506 insertions(+), 1616 deletions(-) delete mode 100644 include/net/netfilter/nfnetlink_queue.h create mode 100644 net/netfilter/nfnetlink_queue.c delete mode 100644 net/netfilter/nfnetlink_queue_core.c delete mode 100644 net/netfilter/nfnetlink_queue_ct.c -- 1.7.10.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