Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c168 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc() function
499 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_rule)); in nft_trans_rule_add()
565 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_set)); in __nft_trans_set_add()
662 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
695 trans = nft_trans_alloc(ctx, msg_type, in nft_trans_flowtable_add()
1249 trans = nft_trans_alloc(ctx, NFT_MSG_NEWTABLE, in nf_tables_updtable()
2683 trans = nft_trans_alloc(ctx, NFT_MSG_NEWCHAIN, in nf_tables_updchain()
2900 trans = nft_trans_alloc(ctx, NFT_MSG_DELCHAIN, in nft_delchain_hook()
7517 trans = nft_trans_alloc(ctx, NFT_MSG_NEWOBJ, in nf_tables_updobj()
8354 trans = nft_trans_alloc(ctx, NFT_MSG_NEWFLOWTABLE, in nft_flowtable_update()
[all …]