Home
last modified time | relevance | path

Searched refs:gencursor (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/net/netns/
Dnftables.h8 u8 gencursor; member
/linux-5.19.10/net/netfilter/
Dnf_tables_core.c237 bool genbit = READ_ONCE(net->nft.gencursor); in nft_do_chain()
Dnf_tables_api.c8858 net->nft.gencursor = nft_gencursor_next(net); in nf_tables_commit()
/linux-5.19.10/include/net/netfilter/
Dnf_tables.h1408 return net->nft.gencursor + 1 == 1 ? 1 : 0; in nft_gencursor_next()
1419 return 1 << READ_ONCE(net->nft.gencursor); in nft_genmask_cur()