Lines Matching defs:classid
334 static struct Qdisc *qdisc_leaf(struct Qdisc *p, u32 classid)
341 cl = cops->find(p, classid);
697 h = qdisc_class_hash(cl->classid, nmask);
736 h = qdisc_class_hash(cl->classid, clhash->hashmask);
1028 /* Graft qdisc "new" to class "classid" of qdisc "parent" or
1038 struct sk_buff *skb, struct nlmsghdr *n, u32 classid,
1089 notify_and_destroy(net, skb, n, classid, old, new);
1094 notify_and_destroy(net, skb, n, classid, old, new);
1111 cl = cops->find(parent, classid);
1125 notify_and_destroy(net, skb, n, classid, old, new);
1466 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified classid");
1961 u32 classid;
1972 tp->ops->bind_class(n, a->classid, a->cl, q, a->base);
2006 arg.classid = a->clid;