Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h1786 struct nft_trans_obj { struct
1794 container_of(t, struct nft_trans_obj, nft_trans) argument
1795 #define nft_trans_obj(trans) \ macro
/linux/net/netfilter/
H A Dnf_tables_api.c722 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
729 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
7797 sizeof(struct nft_trans_obj)); in nf_tables_updobj()
7807 nft_trans_obj(trans) = obj; in nf_tables_updobj()
9617 obj = nft_trans_obj(trans); in nft_obj_commit_update()
9667 nft_obj_destroy(&ctx, nft_trans_obj(trans)); in nft_commit_release()
10564 nft_trans_obj(trans), in nf_tables_commit()
10567 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
10569 nft_trans_obj(trans), in nf_tables_commit()
10576 nft_obj_del(nft_trans_obj(trans)); in nf_tables_commit()
[all …]