Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h980 struct nft_trans_rule { struct
984 #define nft_trans_rule(trans) \ macro
985 (((struct nft_trans_rule *)trans->data)->rule)
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c245 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_rule)); in nft_trans_rule_add()
249 nft_trans_rule(trans) = rule; in nft_trans_rule_add()
3803 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nf_tables_commit_release()
3867 nft_rule_clear(trans->ctx.net, nft_trans_rule(trans)); in nf_tables_commit()
3869 nft_trans_rule(trans), in nf_tables_commit()
3874 list_del_rcu(&nft_trans_rule(trans)->list); in nf_tables_commit()
3876 nft_trans_rule(trans), in nf_tables_commit()
3940 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nf_tables_abort_release()
3999 list_del_rcu(&nft_trans_rule(trans)->list); in nf_tables_abort()
4003 nft_rule_clear(trans->ctx.net, nft_trans_rule(trans)); in nf_tables_abort()