X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Fnet%2Fpkt_cls.h;h=20b059574e600e64838b0bdecfaf6a76e6629d4a;hb=951a8ee6def39e25d0e60b9394e5a249ba8b2390;hp=a3c1a2c47cd4bfd868004548cdf1ef7a361fa4c6;hpb=a08ce73ba0a89be9f1418cba45fe94b39f9b73af;p=linux-2.6-microblaze.git diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index a3c1a2c47cd4..20b059574e60 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -111,6 +111,11 @@ void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, { } +static inline bool tcf_block_shared(struct tcf_block *block) +{ + return false; +} + static inline struct Qdisc *tcf_block_q(struct tcf_block *block) { return NULL;