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

/external/libnl/lib/route/
H A Dqdisc_api.c38 * @arg qops qdisc module operations
40 int rtnl_qdisc_register(struct rtnl_qdisc_ops *qops) argument
44 if (!qops->qo_kind[0])
48 if (!strcasecmp(qops->qo_kind, o->qo_kind))
51 qops->qo_next = NULL;
52 *op = qops;
59 * @arg qops qdisc module operations
61 int rtnl_qdisc_unregister(struct rtnl_qdisc_ops *qops) argument
66 if (!strcasecmp(qops->qo_kind, o->qo_kind))
72 *op = qops
79 struct rtnl_qdisc_ops *qops; local
[all...]
H A Dqdisc_obj.c32 struct rtnl_qdisc_ops *qops; local
36 qops = rtnl_qdisc_lookup_ops(qdisc);
37 if (qops && qops->qo_free_data)
38 qops->qo_free_data(qdisc);
45 struct rtnl_qdisc_ops *qops; local
52 qops = rtnl_qdisc_lookup_ops(src);
53 if (qops && qops->qo_clone)
54 err = qops
62 struct rtnl_qdisc_ops *qops; local
76 struct rtnl_qdisc_ops *qops; local
93 struct rtnl_qdisc_ops *qops; local
[all...]
H A Dqdisc.c103 struct rtnl_qdisc_ops *qops; local
117 qops = rtnl_qdisc_lookup_ops(qdisc);
118 if (qops && qops->qo_msg_parser) {
119 err = qops->qo_msg_parser(qdisc);
150 struct rtnl_qdisc_ops *qops; local
157 qops = rtnl_qdisc_lookup_ops(qdisc);
158 if (qops && qops->qo_get_opts) {
161 opts = qops
[all...]

Completed in 156 milliseconds