Searched refs:clid (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_api.c44 static int qdisc_notify(struct sk_buff *oskb, struct nlmsghdr *n, u32 clid,
538 u32 clid = tcm->tcm_parent; local
546 if (clid) {
547 if (clid != TC_H_ROOT) {
548 if (TC_H_MAJ(clid) != TC_H_MAJ(TC_H_INGRESS)) {
549 if ((p = qdisc_lookup(dev, TC_H_MAJ(clid))) == NULL)
551 q = qdisc_leaf(p, clid);
572 if (!clid)
576 if ((err = qdisc_graft(dev, p, clid, NULL, &q)) != 0)
579 qdisc_notify(skb, n, clid,
599 u32 clid = tcm->tcm_parent; local
735 tc_fill_qdisc(struct sk_buff *skb, struct Qdisc *q, u32 clid, u32 pid, u32 seq, unsigned flags, int event) argument
765 qdisc_notify(struct sk_buff *oskb, struct nlmsghdr *n, u32 clid, struct Qdisc *old, struct Qdisc *new) argument
848 u32 clid = tcm->tcm_handle; local
[all...]

Completed in 60 milliseconds