Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_tables.h1626 struct nft_trans_obj { struct
1632 #define nft_trans_obj(trans) \ argument
1633 (((struct nft_trans_obj *)trans->data)->obj)
1635 (((struct nft_trans_obj *)trans->data)->newobj)
1637 (((struct nft_trans_obj *)trans->data)->update)
/linux-6.1.9/net/netfilter/
Dnf_tables_api.c519 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
526 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
6887 sizeof(struct nft_trans_obj)); in nf_tables_updobj()
6897 nft_trans_obj(trans) = obj; in nf_tables_updobj()
8526 obj = nft_trans_obj(trans); in nft_obj_commit_update()
8560 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nft_commit_release()
9107 nft_trans_obj(trans), in nf_tables_commit()
9110 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
9112 nft_trans_obj(trans), in nf_tables_commit()
9118 nft_obj_del(nft_trans_obj(trans)); in nf_tables_commit()
[all …]