Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h1007 struct nft_trans_rule { struct
1011 #define nft_trans_rule(trans) \ argument
1012 (((struct nft_trans_rule *)trans->data)->rule)
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c283 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_rule)); in nft_trans_rule_add()
287 nft_trans_rule(trans) = rule; in nft_trans_rule_add()
3871 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nf_tables_commit_release()
3935 nft_rule_clear(trans->ctx.net, nft_trans_rule(trans)); in nf_tables_commit()
3937 nft_trans_rule(trans), in nf_tables_commit()
3942 list_del_rcu(&nft_trans_rule(trans)->list); in nf_tables_commit()
3944 nft_trans_rule(trans), in nf_tables_commit()
4008 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nf_tables_abort_release()
4068 list_del_rcu(&nft_trans_rule(trans)->list); in nf_tables_abort()
4072 nft_rule_clear(trans->ctx.net, nft_trans_rule(trans)); in nf_tables_abort()