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.c9012 nft_trans_flowtable_update(trans) = true; in nft_flowtable_update()
9208 nft_trans_flowtable_update(trans) = true; in nft_delflowtable_hook()
9992 if (nft_trans_flowtable_update(trans)) in nft_commit_release()
10897 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
10917 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
10997 if (nft_trans_flowtable_update(trans)) in nf_tables_abort_release()
11193 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
11207 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
/linux/include/net/netfilter/
H A Dnf_tables.h1821 #define nft_trans_flowtable_update(trans) \ macro