It would help if you would specify what exactly you are trying to accomplish.
Here is a limit match line from my iptables.rules
Code:
-A INPUT -m limit --limit 5/min --limit-burst 10 -j LOG
If you have support build into the kernel, you don't have to worry about loading modules. You should be good to go.