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.c9123 !nft_trans_flowtable_update(trans)) in nft_flowtable_update()
9163 nft_trans_flowtable_update(trans) = true; in nft_flowtable_update()
9365 nft_trans_flowtable_update(trans) = true; in nft_delflowtable_hook()
10240 if (!nft_trans_flowtable_update(trans)) in nft_commit_release()
11129 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
11151 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
11233 if (nft_trans_flowtable_update(trans)) in nft_set_abort_update()
11426 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
11440 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