Home | History | Annotate | Download | only in route

Lines Matching defs:op

42 	struct rtnl_qdisc_ops *o, **op;
47 for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->qo_next)
52 *op = qops;
63 struct rtnl_qdisc_ops *o, **op;
65 for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->qo_next)
72 *op = qops->qo_next;