Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1707 struct nft_trans_obj { struct
1713 #define nft_trans_obj(trans) \ argument
1714 (((struct nft_trans_obj *)trans->data)->obj)
1716 (((struct nft_trans_obj *)trans->data)->newobj)
1718 (((struct nft_trans_obj *)trans->data)->update)
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c670 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
677 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
7669 sizeof(struct nft_trans_obj)); in nf_tables_updobj()
7679 nft_trans_obj(trans) = obj; in nf_tables_updobj()
9485 obj = nft_trans_obj(trans); in nft_obj_commit_update()
9529 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nft_commit_release()
10406 nft_trans_obj(trans), in nf_tables_commit()
10409 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
10411 nft_trans_obj(trans), in nf_tables_commit()
10418 nft_obj_del(nft_trans_obj(trans)); in nf_tables_commit()
[all …]