Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_tables.h1362 struct nft_trans_obj { struct
1366 #define nft_trans_obj(trans) \ macro
1367 (((struct nft_trans_obj *)trans->data)->obj)
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c340 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj)); in nft_trans_obj_add()
347 nft_trans_obj(trans) = obj; in nft_trans_obj_add()
6188 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nft_commit_release()
6470 nft_clear(net, nft_trans_obj(trans)); in nf_tables_commit()
6471 nf_tables_obj_notify(&trans->ctx, nft_trans_obj(trans), in nf_tables_commit()
6476 list_del_rcu(&nft_trans_obj(trans)->list); in nf_tables_commit()
6477 nf_tables_obj_notify(&trans->ctx, nft_trans_obj(trans), in nf_tables_commit()
6525 nft_obj_destroy(&trans->ctx, nft_trans_obj(trans)); in nf_tables_abort_release()
6613 list_del_rcu(&nft_trans_obj(trans)->list); in __nf_tables_abort()
6617 nft_clear(trans->ctx.net, nft_trans_obj(trans)); in __nf_tables_abort()