Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_tables.h1556 struct nft_trans_flowtable { struct
1563 #define nft_trans_flowtable(trans) \ argument
1564 (((struct nft_trans_flowtable *)trans->data)->flowtable)
1566 (((struct nft_trans_flowtable *)trans->data)->update)
1568 (((struct nft_trans_flowtable *)trans->data)->hook_list)
1570 (((struct nft_trans_flowtable *)trans->data)->flags)
/linux/net/netfilter/
A Dnf_tables_api.c525 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
532 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
7308 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
7316 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
7497 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
7503 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
8710 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
8713 nft_trans_flowtable(trans), in nf_tables_commit()
8721 nft_trans_flowtable(trans), in nf_tables_commit()
8732 nft_trans_flowtable(trans), in nf_tables_commit()
[all …]

Completed in 31 milliseconds