Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_limit.c370 static struct nft_object_type nft_limit_obj_type; variable
372 .type = &nft_limit_obj_type,
417 static struct nft_object_type nft_limit_obj_type; variable
419 .type = &nft_limit_obj_type,
443 static struct nft_object_type nft_limit_obj_type __read_mostly = {
455 err = nft_register_obj(&nft_limit_obj_type); in nft_limit_module_init()
465 nft_unregister_obj(&nft_limit_obj_type); in nft_limit_module_init()
472 nft_unregister_obj(&nft_limit_obj_type); in nft_limit_module_exit()