Searched refs:nft_trans_alloc (Results 1 – 1 of 1) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 177 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc() function 577 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_table)); in nft_trans_table_add() 606 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_chain)); in nft_trans_alloc_chain() 696 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_rule)); in nft_trans_rule_add() 764 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_set)); in __nft_trans_set_add() 871 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add() 904 trans = nft_trans_alloc(ctx, msg_type, in nft_trans_flowtable_add() 1467 trans = nft_trans_alloc(ctx, NFT_MSG_NEWTABLE, in nf_tables_updtable() 6742 trans = nft_trans_alloc(ctx, msg_type, struct_size(te, elems, 1)); in nft_trans_elem_alloc() 7943 trans = nft_trans_alloc(ctx, NFT_MSG_DELSETELEM, in nft_setelem_flush() [all …]
|