Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1603 struct nft_trans_obj { struct
1609 #define nft_trans_obj(trans) \ macro
1610 (((struct nft_trans_obj *)trans->data)->obj)
1612 (((struct nft_trans_obj *)trans->data)->newobj)
1614 (((struct nft_trans_obj *)trans->data)->update)
/Linux-v6.1/net/netfilter/
Dnf_tables_api.c507 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
514 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
6808 sizeof(struct nft_trans_obj)); in nf_tables_updobj()
6818 nft_trans_obj(trans) = obj; in nf_tables_updobj()
8447 obj = nft_trans_obj(trans); in nft_obj_commit_update()
8481 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nft_commit_release()
9022 nft_trans_obj(trans), in nf_tables_commit()
9025 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
9027 nft_trans_obj(trans), in nf_tables_commit()
9033 nft_obj_del(nft_trans_obj(trans)); in nf_tables_commit()
[all …]