Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h1023 struct nft_trans_elem { struct
1029 (((struct nft_trans_elem *)trans->data)->set) argument
1030 #define nft_trans_elem(trans) \ macro
1031 (((struct nft_trans_elem *)trans->data)->elem)
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c3248 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()
3440 nft_trans_elem(trans) = elem; in nft_add_set_elem()
3540 nft_trans_elem(trans) = elem; in nft_del_setelem()
3810 nft_trans_elem(trans).priv); in nf_tables_commit_release()
3820 struct nft_trans_elem *te; in nf_tables_commit()
3897 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3906 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3947 nft_trans_elem(trans).priv); in nf_tables_abort_release()
3957 struct nft_trans_elem *te; in nf_tables_abort()
4017 te = (struct nft_trans_elem *)trans->data; in nf_tables_abort()
[all …]