android_kernel_samsung_msm8976/include/linux/netfilter
Harald Welte 1444fc559b [NETFILTER]: don't use nested attributes for conntrack_expect
We used to use nested nfattr structures for ip_conntrack_expect.  This is
bogus, since ip_conntrack and ip_conntrack_expect are communicated in
different netlink message types.  both should be encoded at the top level
attributes, no extra nesting required.  This patch addresses the issue.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-08-29 15:40:09 -07:00
..
nfnetlink.h [NETFILTER]: attribute count is an attribute of message type, not subsytem 2005-08-29 15:39:14 -07:00
nfnetlink_conntrack.h [NETFILTER]: don't use nested attributes for conntrack_expect 2005-08-29 15:40:09 -07:00
nfnetlink_log.h [NETFILTER]: Add new "nfnetlink_log" userspace packet logging facility 2005-08-29 15:38:12 -07:00
nfnetlink_queue.h [NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_queue 2005-08-29 15:38:01 -07:00