Home
last modified time | relevance | path

Searched refs:rtnl_tc_get_ops (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/route/
Dtc.c167 ops = rtnl_tc_get_ops(tc); in rtnl_tc_msg_parse()
216 ops = rtnl_tc_get_ops(tc); in rtnl_tc_msg_build()
743 ops = rtnl_tc_get_ops(tc); in rtnl_tc_free_data()
780 ops = rtnl_tc_get_ops(src); in rtnl_tc_clone()
806 ops = rtnl_tc_get_ops(tc); in tc_dump()
946 struct rtnl_tc_ops *rtnl_tc_get_ops(struct rtnl_tc *tc) in rtnl_tc_get_ops() function
1015 if (!rtnl_tc_get_ops(tc)) in rtnl_tc_data()
Dact.c82 ops = rtnl_tc_get_ops(tc); in rtnl_act_fill_one()
433 ops = rtnl_tc_get_ops(tc); in rtnl_act_parse()
/external/libnl/include/netlink-private/route/
Dtc-api.h123 extern struct rtnl_tc_ops * rtnl_tc_get_ops(struct rtnl_tc *);
/external/libnl/src/
Dnl-qdisc-add.c129 if (!(ops = rtnl_tc_get_ops(tc))) in main()
Dnl-class-add.c138 if (!(ops = rtnl_tc_get_ops(tc))) in main()
Dnl-cls-add.c146 if (!(ops = rtnl_tc_get_ops(tc))) in main()