kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Inlined functions in network code
@ 2012-03-09 18:41 Łukasz Czyż
  2012-03-09 19:02 ` Mulyadi Santosa
  0 siblings, 1 reply; 5+ messages in thread
From: Łukasz Czyż @ 2012-03-09 18:41 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-11 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 18:41 Inlined functions in network code Łukasz Czyż
2012-03-09 19:02 ` Mulyadi Santosa
2012-03-10 10:50   ` Łukasz Czyż
2012-03-10 23:44     ` richard -rw- weinberger
2012-03-11 12:30   ` Bernd Petrovitsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).