Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_tables.h1306 struct nft_trans_rule { struct
1311 #define nft_trans_rule(trans) \ argument
1312 (((struct nft_trans_rule *)trans->data)->rule)
1314 (((struct nft_trans_rule *)trans->data)->rule_id)
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c255 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_rule)); in nft_trans_rule_add()
263 nft_trans_rule(trans) = rule; in nft_trans_rule_add()
2710 struct nft_rule *rule = nft_trans_rule(trans); in nft_rule_lookup_byid()
6177 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nft_commit_release()
6420 nft_clear(trans->ctx.net, nft_trans_rule(trans)); in nf_tables_commit()
6422 nft_trans_rule(trans), in nf_tables_commit()
6427 list_del_rcu(&nft_trans_rule(trans)->list); in nf_tables_commit()
6429 nft_trans_rule(trans), in nf_tables_commit()
6515 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nf_tables_abort_release()
6578 list_del_rcu(&nft_trans_rule(trans)->list); in __nf_tables_abort()
[all …]