Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netfilter/
Dnf_tables.h1481 struct nft_trans_elem { struct
1488 (((struct nft_trans_elem *)trans->data)->set) argument
1489 #define nft_trans_elem(trans) \ macro
1490 (((struct nft_trans_elem *)trans->data)->elem)
1492 (((struct nft_trans_elem *)trans->data)->bound)
/Linux-v5.10/net/netfilter/
Dnf_tables_api.c5031 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()
5392 nft_trans_elem(trans) = elem; in nft_add_set_elem()
5587 nft_trans_elem(trans) = elem; in nft_del_setelem()
5609 sizeof(struct nft_trans_elem), GFP_ATOMIC); in nft_flush_set()
5621 nft_trans_elem(trans) = *elem; in nft_flush_set()
7538 nft_trans_elem(trans).priv); in nft_commit_release()
7808 struct nft_trans_elem *te; in nf_tables_commit()
7930 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
7939 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
8046 nft_trans_elem(trans).priv, true); in nf_tables_abort_release()
[all …]