Re: [PATCH net-next v2 7/9] net: isdn: use sk_unattached_filter api
From: David Miller <davem@davemloft.net>
Date: 2014-03-25 23:08:08
From: David Miller <davem@davemloft.net>
Date: 2014-03-25 23:08:08
From: Daniel Borkmann <redacted> Date: Tue, 25 Mar 2014 13:10:55 +0100
Similarly as in ppp, we need to migrate the ISDN/PPP code to make use
of the sk_unattached_filter api in order to decouple having direct
filter structure access. By using sk_unattached_filter_{create,destroy},
we can allow for the possibility to jit compile filters for faster
filter verdicts as well.
Joint work with Alexei Starovoitov.
Signed-off-by: Daniel Borkmann <redacted>
Signed-off-by: Alexei Starovoitov <redacted>Hehe, this finally got squeezed out of the mail server.