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

/external/libnl/include/netlink/route/
H A Dqdisc-modules.h69 extern struct rtnl_qdisc_ops * __rtnl_qdisc_lookup_ops(const char *);
/external/libnl/lib/route/
H A Dqdisc_api.c77 struct rtnl_qdisc_ops *__rtnl_qdisc_lookup_ops(const char *kind) function
91 qdisc->q_ops = __rtnl_qdisc_lookup_ops(qdisc->q_kind);
H A Dqdisc_obj.c216 qdisc->q_ops = __rtnl_qdisc_lookup_ops(name);

Completed in 376 milliseconds