patch-2.4.0-test9 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: 9
- Date:
Mon Sep 18 15:04:13 2000
- Orig file:
v2.4.0-test8/linux/include/net/pkt_cls.h
- Orig date:
Fri Jan 7 18:11:45 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/net/pkt_cls.h linux/include/net/pkt_cls.h
@@ -63,7 +63,7 @@
specific classifiers.
*/
-extern __inline__ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res)
+static inline int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res)
{
int err = 0;
u32 protocol = skb->protocol;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)