VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / isdn_ppp.h
index 0cc5f03..26b00a7 100644 (file)
@@ -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;