Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netfilter/
Dnf_tables.h1494 struct nft_trans_obj { struct
1500 #define nft_trans_obj(trans) \ argument
1501 (((struct nft_trans_obj *)trans->data)->obj)
1503 (((struct nft_trans_obj *)trans->data)->newobj)
1505 (((struct nft_trans_obj *)trans->data)->update)
/Linux-v5.10/net/netfilter/
Dnf_tables_api.c444 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
451 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
5903 sizeof(struct nft_trans_obj)); in nf_tables_updobj()
5913 nft_trans_obj(trans) = obj; in nf_tables_updobj()
7507 obj = nft_trans_obj(trans); in nft_obj_commit_update()
7541 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nft_commit_release()
7952 nft_trans_obj(trans), in nf_tables_commit()
7955 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
7957 nft_trans_obj(trans), in nf_tables_commit()
7963 nft_obj_del(nft_trans_obj(trans)); in nf_tables_commit()
[all …]