Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dtc.c175 ops = rtnl_tc_get_ops(tc); in rtnl_tc_msg_parse()
229 ops = rtnl_tc_get_ops(tc); in rtnl_tc_msg_build()
804 ops = rtnl_tc_get_ops(tc); in rtnl_tc_free_data()
849 ops = rtnl_tc_get_ops(src); in rtnl_tc_clone()
875 ops = rtnl_tc_get_ops(tc); in tc_dump()
1009 struct rtnl_tc_ops *rtnl_tc_get_ops(struct rtnl_tc *tc) in rtnl_tc_get_ops() function
1088 if (!rtnl_tc_get_ops(tc)) in rtnl_tc_data()
Dact.c93 ops = rtnl_tc_get_ops(tc); in rtnl_act_fill_one()
444 ops = rtnl_tc_get_ops(tc); in rtnl_act_parse()
/external/libnl/include/netlink-private/route/
Dtc-api.h124 extern struct rtnl_tc_ops * rtnl_tc_get_ops(struct rtnl_tc *);
/external/libnl/src/
Dnl-qdisc-add.c132 if (!(ops = rtnl_tc_get_ops(tc))) in main()
Dnl-class-add.c141 if (!(ops = rtnl_tc_get_ops(tc))) in main()
Dnl-cls-add.c149 if (!(ops = rtnl_tc_get_ops(tc))) in main()
/external/libnl/
Dlibnl-route-3.sym34 rtnl_tc_get_ops;