Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dnftables.h6 u8 gencursor; member
/openbmc/linux/net/netfilter/
H A Dnf_tables_core.c262 bool genbit = READ_ONCE(net->nft.gencursor); in nft_do_chain()
H A Dnf_tables_api.c10056 net->nft.gencursor = nft_gencursor_next(net); in nf_tables_commit()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1453 return net->nft.gencursor + 1 == 1 ? 1 : 0; in nft_gencursor_next()
1464 return 1 << READ_ONCE(net->nft.gencursor); in nft_genmask_cur()