Searched refs:nft_trans_rule_add (Results 1 – 1 of 1) sorted by relevance
278 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, in nft_trans_rule_add() function298 trans = nft_trans_rule_add(ctx, NFT_MSG_DELRULE, rule); in nft_delrule()2131 trans = nft_trans_rule_add(&ctx, NFT_MSG_DELRULE, in nf_tables_newrule()2156 if (nft_trans_rule_add(&ctx, NFT_MSG_NEWRULE, rule) == NULL) { in nf_tables_newrule()