]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: nf_conntrack: add helper function for expectation initialization
authorPatrick McHardy <kaber@trash.net>
Sun, 3 Dec 2006 06:08:01 +0000 (22:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2006 06:08:01 +0000 (22:08 -0800)
commit2c429ac5dd87fd9d4f29283888a5e708523d0d03
tree10dd941f8b67d885665b469bf9c476c0a8cbeebc
parent80f1e54e2721602f87ebda190d1e9bc49bad8f0e
[NETFILTER]: nf_conntrack: add helper function for expectation initialization

Expectation address masks need to be differently initialized depending
on the address family, create helper function to avoid cluttering up
the code too much.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_conntrack_expect.h
include/net/netfilter/nf_conntrack_tuple.h
net/netfilter/nf_conntrack_expect.c