Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1590 struct nft_trans_elem { struct
1597 (((struct nft_trans_elem *)trans->data)->set) argument
1598 #define nft_trans_elem(trans) \ macro
1599 (((struct nft_trans_elem *)trans->data)->elem)
1601 (((struct nft_trans_elem *)trans->data)->bound)
/Linux-v6.1/net/netfilter/
Dnf_tables_api.c5447 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()
6215 nft_trans_elem(trans) = elem; in nft_add_set_elem()
6430 nft_trans_elem(trans) = elem; in nft_del_setelem()
6454 sizeof(struct nft_trans_elem), GFP_ATOMIC); in nft_setelem_flush()
6466 nft_trans_elem(trans) = *elem; in nft_setelem_flush()
6482 sizeof(struct nft_trans_elem), GFP_KERNEL); in __nft_set_catchall_flush()
6488 nft_trans_elem(trans) = *elem; in __nft_set_catchall_flush()
8478 nft_trans_elem(trans).priv); in nft_commit_release()
8852 struct nft_trans_elem *te; in nf_tables_commit()
8998 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
[all …]