Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_tables_api.c514 static int nft_trans_obj_add(struct nft_ctx *ctx, int msg_type, in nft_trans_obj_add() function
536 err = nft_trans_obj_add(ctx, NFT_MSG_DELOBJ, obj); in nft_delobj()
6987 err = nft_trans_obj_add(&ctx, NFT_MSG_NEWOBJ, obj); in nf_tables_newobj()