Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c711 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_trans_flowtable_add()
8474 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_flowtable_update()
8670 INIT_LIST_HEAD(&nft_trans_flowtable_hooks(trans)); in nft_delflowtable_hook()
9442 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nft_commit_release()
10336 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10338 list_splice(&nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10354 &nft_trans_flowtable_hooks(trans), in nf_tables_commit()
10357 &nft_trans_flowtable_hooks(trans)); in nf_tables_commit()
10427 nft_hooks_destroy(&nft_trans_flowtable_hooks(trans)); in nf_tables_abort_release()
10617 &nft_trans_flowtable_hooks(trans)); in __nf_tables_abort()
[all …]
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1726 #define nft_trans_flowtable_hooks(trans) \ macro