nft_counter_obj_type  176 net/netfilter/nft_counter.c static struct nft_object_type nft_counter_obj_type;
nft_counter_obj_type  178 net/netfilter/nft_counter.c 	.type		= &nft_counter_obj_type,
nft_counter_obj_type  186 net/netfilter/nft_counter.c static struct nft_object_type nft_counter_obj_type __read_mostly = {
nft_counter_obj_type  279 net/netfilter/nft_counter.c 	err = nft_register_obj(&nft_counter_obj_type);
nft_counter_obj_type  289 net/netfilter/nft_counter.c 	nft_unregister_obj(&nft_counter_obj_type);
nft_counter_obj_type  296 net/netfilter/nft_counter.c 	nft_unregister_obj(&nft_counter_obj_type);