netfilter: add an API to pass the packet to next filter
commit7ef7bc8586fb0d41742a896b532c7afa2bbb7f84
authorYang Hongyang <yanghy@cn.fujitsu.com>
Wed, 7 Oct 2015 03:52:18 +0000 (7 11:52 +0800)
committerJason Wang <jasowang@redhat.com>
Mon, 12 Oct 2015 05:30:45 +0000 (12 13:30 +0800)
treedd0351b26fc452987545bee53b77374b2b18e67b
parent3e033a46a7e39ea31e15f1b53402df990977115a
netfilter: add an API to pass the packet to next filter

add an API qemu_netfilter_pass_to_next() to pass the packet
to next filter.

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
include/net/filter.h
net/filter.c