Home
last modified time | relevance | path

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

/linux-6.15/include/net/netns/
H A Dnftables.h6 u8 gencursor; member
/linux-6.15/net/netfilter/
H A Dnf_tables_core.c259 bool genbit = READ_ONCE(net->nft.gencursor); in nft_do_chain()
H A Dnf_tables_api.c10739 net->nft.gencursor = nft_gencursor_next(net); in nf_tables_commit()
/linux-6.15/include/net/netfilter/
H A Dnf_tables.h1542 return net->nft.gencursor + 1 == 1 ? 1 : 0; in nft_gencursor_next()
1553 return 1 << READ_ONCE(net->nft.gencursor); in nft_genmask_cur()