Home
last modified time | relevance | path

Searched refs:nft_trans_flowtable_update (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/netfilter/
Dnf_tables_api.c6663 nft_trans_flowtable_update(trans) = true; in nft_flowtable_update()
6849 nft_trans_flowtable_update(trans) = true; in nft_delflowtable_hook()
7544 if (nft_trans_flowtable_update(trans)) in nft_commit_release()
7968 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
7985 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
8052 if (nft_trans_flowtable_update(trans)) in nf_tables_abort_release()
8171 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
8182 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
/Linux-v5.10/include/net/netfilter/
Dnf_tables.h1515 #define nft_trans_flowtable_update(trans) \ macro