patch-2.3.6 linux/include/net/pkt_cls.h
Next file: linux/include/net/pkt_sched.h
Previous file: linux/include/net/neighbour.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 9 14:45:36 1999
- Orig file:
v2.3.5/linux/include/net/pkt_cls.h
- Orig date:
Thu Mar 25 09:23:34 1999
diff -u --recursive --new-file v2.3.5/linux/include/net/pkt_cls.h linux/include/net/pkt_cls.h
@@ -77,14 +77,11 @@
return -1;
}
-extern __inline__ unsigned long cls_set_class(unsigned long *clp, unsigned long cl)
-{
- cl = xchg(clp, cl);
- synchronize_bh();
- return cl;
-}
+
extern int register_tcf_proto_ops(struct tcf_proto_ops *ops);
extern int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
+
+
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)