Hi Pablo, On Tue, Feb 12, 2019 at 11:21 AM Alin Năstac <alin.nastac@xxxxxxxxx> wrote: > I will send you later today the v2 version of this patch. I have problems with the inline function defined in include/net/netfilter/nft_reject.h. Mu CONFIG_NF_TABLES is disabled and I get the following error when I try to include it in nf_reject_ipv{4,6}.c: include/net/netfilter/nf_tables.h:898:12: error: 'const struct net' has no member named 'nft' return net->nft.gencursor + 1 == 1 ? 1 : 0; Should I create a new include/net/netfilter/nf_reject.h file and include it in both include/net/netfilter/ipv{4,6}/nf_reject.h?