X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fisdn_ppp.h;h=26b00a76e1350a0b96e8959300c4a85093ce9322;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=0cc5f030dace584ceefd981cd3d18e8f5dded02a;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/linux/isdn_ppp.h b/include/linux/isdn_ppp.h index 0cc5f030d..26b00a76e 100644 --- a/include/linux/isdn_ppp.h +++ b/include/linux/isdn_ppp.h @@ -233,8 +233,9 @@ struct ippp_struct { struct slcompress *slcomp; #endif #ifdef CONFIG_IPPP_FILTER - struct sock_fprog pass_filter; /* filter for packets to pass */ - struct sock_fprog active_filter; /* filter for pkts to reset idle */ + struct sock_filter *pass_filter; /* filter for packets to pass */ + struct sock_filter *active_filter; /* filter for pkts to reset idle */ + unsigned pass_len, active_len; #endif unsigned long debug; struct isdn_ppp_compressor *compressor,*decompressor;