Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_tables_api.c6690 nft_trans_flowtable_update(trans) = true; in nft_flowtable_update()
6879 nft_trans_flowtable_update(trans) = true; in nft_delflowtable_hook()
7544 if (nft_trans_flowtable_update(trans)) in nft_commit_release()
8034 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
8053 if (nft_trans_flowtable_update(trans)) { in nf_tables_commit()
8119 if (nft_trans_flowtable_update(trans)) in nf_tables_abort_release()
8237 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
8248 if (nft_trans_flowtable_update(trans)) { in __nf_tables_abort()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1520 #define nft_trans_flowtable_update(trans) \ macro