Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_compat.c894 .release_ops = nft_match_release_ops, in nft_target_select_ops()
978 .release_ops = nft_target_release_ops, in nft_compat_module_init()
H A Dnf_tables_api.c3684 if (expr_info.ops->type->release_ops) in nft_expr_init()
3685 expr_info.ops->type->release_ops(expr_info.ops); in nft_expr_init()
4534 if (expr_info[i].ops->type->release_ops) in nf_tables_newrule()
4535 expr_info[i].ops->type->release_ops(expr_info[i].ops); in nf_tables_newrule()
/linux/include/net/netfilter/
H A Dnf_tables.h903 void (*release_ops)(const struct nft_expr_ops *ops); member