Inlined functions in network code

Łukasz Czyż perlowy.dzem at gmail.com
Fri Mar 9 13:41:31 EST 2012


Hello

I implemented stateful IPv6-IPv4 NAT translator which works on top of
netfilter. It is fully functional now, I only have a doubt about
criterion when to declare function as inline. Should all functions
which are used during packet translation (so they may be called very
frequently) be inlined?

Translator is released under GPLv2 license. You can find more info
about it at http://czyzu.pl/xlat.html

Lukasz



More information about the Kernelnewbies mailing list