Home
last modified time | relevance | path

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

/linux/include/net/netns/
A Dnftables.h8 u8 gencursor; member
/linux/net/netfilter/
A Dnf_tables_core.c168 bool genbit = READ_ONCE(net->nft.gencursor); in nft_do_chain()
A Dnf_tables_api.c8589 net->nft.gencursor = nft_gencursor_next(net); in nf_tables_commit()
/linux/include/net/netfilter/
A Dnf_tables.h1365 return net->nft.gencursor + 1 == 1 ? 1 : 0; in nft_gencursor_next()
1376 return 1 << READ_ONCE(net->nft.gencursor); in nft_genmask_cur()

Completed in 31 milliseconds