Signed-off-by: Vasily Averin <vvs@xxxxxxxxxx> --- include/net/net_namespace.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 5f9eb26..d82e4b2 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -113,6 +113,9 @@ struct net { #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) struct netns_nf_frag nf_frag; #endif +#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) + atomic_t br_defrag_ipv4_users_count; +#endif struct sock *nfnl; struct sock *nfnl_stash; #endif -- 1.7.5.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