Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_api.c9147 !nft_trans_flowtable_update(trans)) in nft_flowtable_update()
9187 nft_trans_flowtable_update(trans) = true; in nft_flowtable_update()
9389 nft_trans_flowtable_update(trans) = true; in nft_delflowtable_hook()
10264 if (!nft_trans_flowtable_update(trans)) in nft_commit_release()
11173 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
11195 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
11275 if (nft_trans_flowtable_update(trans)) in nf_tables_abort_release()
11456 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
11470 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
/linux/include/net/netfilter/
H A Dnf_tables.h1853 #define nft_trans_flowtable_update(trans) \ macro