commit | c41884ce0562841b98fa9790c9209c9073121a15 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Nov 24 15:25:57 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 27 12:41:06 2014 +0100 |
tree | 563949243cc2bb9f83bddee7d94ce27ca541cf1c | |
parent | abc86d0f99242b7f142b7cb8f90e30081dd3c256 [diff] |
netfilter: conntrack: avoid zeroing timer add a __nfct_init_offset annotation member to struct nf_conn to make it clear which members are covered by the memset when the conntrack is allocated. This avoids zeroing timer_list and ct_net; both are already inited explicitly. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>