Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_tables.h1352 struct nft_trans_elem { struct
1358 (((struct nft_trans_elem *)trans->data)->set) argument
1359 #define nft_trans_elem(trans) \ macro
1360 (((struct nft_trans_elem *)trans->data)->elem)
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c4166 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()
4435 nft_trans_elem(trans) = elem; in nft_add_set_elem()
4607 nft_trans_elem(trans) = elem; in nft_del_setelem()
4630 sizeof(struct nft_trans_elem), GFP_ATOMIC); in nft_flush_set()
4642 nft_trans_elem(trans) = *elem; in nft_flush_set()
6185 nft_trans_elem(trans).priv); in nft_commit_release()
6340 struct nft_trans_elem *te; in nf_tables_commit()
6451 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
6460 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
6522 nft_trans_elem(trans).priv, true); in nf_tables_abort_release()
[all …]