Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h1050 struct nft_trans_elem { struct
1056 (((struct nft_trans_elem *)trans->data)->set) argument
1057 #define nft_trans_elem(trans) \ macro
1058 (((struct nft_trans_elem *)trans->data)->elem)
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c3317 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()
3509 nft_trans_elem(trans) = elem; in nft_add_set_elem()
3608 nft_trans_elem(trans) = elem; in nft_del_setelem()
3878 nft_trans_elem(trans).priv); in nf_tables_commit_release()
3888 struct nft_trans_elem *te; in nf_tables_commit()
3965 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3974 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
4015 nft_trans_elem(trans).priv); in nf_tables_abort_release()
4025 struct nft_trans_elem *te; in nf_tables_abort()
4086 te = (struct nft_trans_elem *)trans->data; in nf_tables_abort()
[all …]