Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_compat.c863 static struct nft_expr_type nft_target_type; variable
909 ops->type = &nft_target_type; in nft_target_select_ops()
937 static struct nft_expr_type nft_target_type __read_mostly = {
954 ret = nft_register_expr(&nft_target_type); in nft_compat_module_init()
966 nft_unregister_expr(&nft_target_type); in nft_compat_module_init()
975 nft_unregister_expr(&nft_target_type); in nft_compat_module_exit()