Home
last modified time | relevance | path

Searched refs:nf_tables_rule_destroy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_immediate.c222 nf_tables_rule_destroy(&chain_ctx, rule); in nft_immediate_destroy()
H A Dnf_tables_api.c3768 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule)
3791 nf_tables_rule_destroy(ctx, rule); in nf_tables_rule_release()
4149 nf_tables_rule_destroy(&ctx, rule); in nf_tables_newrule()
9514 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nft_commit_release()
10507 nf_tables_rule_destroy(&trans->ctx, nft_trans_rule(trans)); in nf_tables_abort_release()
3769 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule) nf_tables_rule_destroy() function
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1023 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule); in nft_set_elem_update_expr()