Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_tables.h1543 struct nft_trans_obj { struct
1549 #define nft_trans_obj(trans) \ macro
1550 (((struct nft_trans_obj *)trans->data)->obj)
1552 (((struct nft_trans_obj *)trans->data)->newobj)
1554 (((struct nft_trans_obj *)trans->data)->update)
/linux/net/netfilter/
A Dnf_tables_api.c499 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
6541 sizeof(struct nft_trans_obj)); in nf_tables_updobj()
6551 nft_trans_obj(trans) = obj; in nf_tables_updobj()
8166 obj = nft_trans_obj(trans); in nft_obj_commit_update()
8200 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nft_commit_release()
8693 nft_trans_obj(trans), in nf_tables_commit()
8696 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
8698 nft_trans_obj(trans), in nf_tables_commit()
8704 nft_obj_del(nft_trans_obj(trans)); in nf_tables_commit()
8921 nft_obj_del(nft_trans_obj(trans)); in __nf_tables_abort()
[all …]

Completed in 24 milliseconds