]> git.baikalelectronics.ru Git - kernel.git/commit
net: isdn: use sk_unattached_filter api
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 28 Mar 2014 17:58:24 +0000 (18:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Mar 2014 04:45:09 +0000 (00:45 -0400)
commit6f4dc335d08f89cd553a4e60d5a45543d74eac32
tree204dbaf897612e96900e82123300db5c6cfcf85a
parent04dc1e52881b3d8ef0112fb3e4833ded95f4c777
net: isdn: use sk_unattached_filter api

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 <dborkman@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: isdn4linux@listserv.isdn4linux.de
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/i4l/isdn_ppp.c
include/linux/isdn_ppp.h