From: Patrick McHardy <kaber@trash.net>
To: Juha Heljoranta <juha.heljoranta@evtek.fi>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [rfc] ipt_owner.c improvements
Date: Sat, 05 Mar 2005 00:35:57 +0100 [thread overview]
Message-ID: <4228F0DD.7030307@trash.net> (raw)
In-Reply-To: <4227B908.4070900@evtek.fi>
Juha Heljoranta wrote:
> I'd like to make few improvements to ipt_owner.c or perhaps to create
> something new that is like owner match.
>
> First I'd like to improve performance for incoming packet matches. The
> next thing is to reliably identify sending/receiving process. Last
> proposal is to improve performance when matching is done several times
> per packet.
As Dave Miller pointed out, the only sensible thing to do is add new
hooks to the protocols themselves, anything else is racy. The main
challenges are making sure incoming connections using protocols that
support sockets aren't confirmed before they survived the socket
hooks, with all possible module combinations, and possibly hooks for
outgoing packets, I haven't thought about that very much.
Regards
Patrick
next prev parent reply other threads:[~2005-03-04 23:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-04 1:25 [rfc] ipt_owner.c improvements Juha Heljoranta
2005-03-04 23:35 ` Patrick McHardy [this message]
2005-03-09 12:59 ` Juha Heljoranta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4228F0DD.7030307@trash.net \
--to=kaber@trash.net \
--cc=juha.heljoranta@evtek.fi \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.