Searched refs:rtnl_tc_set_parent (Results 1 – 13 of 13) sorted by relevance
/third_party/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 168 rtnl_tc_set_parent(TC_CAST(cls), TC_HANDLE(1, 0)); in u32_add_filter_on_ht() 220 rtnl_tc_set_parent(TC_CAST(cls), TC_HANDLE(1, 0)); in u32_add_filter_on_ht_with_hashmask() 265 rtnl_tc_set_parent(TC_CAST(cls), TC_HANDLE(1, 0)); in u32_add_ht() 296 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); in qdisc_add_HTB() 354 rtnl_tc_set_parent(TC_CAST(class), TC_HANDLE(parentMaj, parentMin)); in class_add_HTB() 411 rtnl_tc_set_parent(TC_CAST(class), TC_H_ROOT); in class_add_HTB_root() 462 rtnl_tc_set_parent(TC_CAST(qdisc), TC_HANDLE(parentMaj, parentMin)); in qdisc_add_SFQ_leaf()
|
D | test-u32-filter-with-actions.c | 130 rtnl_tc_set_parent(TC_CAST(cls), TC_HANDLE(0xffff, 0)); in u32_add_filter_on_ht_with_hashmask() 180 rtnl_tc_set_parent(TC_CAST(cls), TC_HANDLE(0xffff, 0)); in u32_add_ht() 212 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); in qdisc_add_ingress()
|
/third_party/libnl/src/ |
D | nl-qdisc-list.c | 75 rtnl_tc_set_parent((struct rtnl_tc *) filter, parent); in list_classes() 122 rtnl_tc_set_parent((struct rtnl_tc *) filter, parent); in list_qdiscs()
|
D | nl-tctree-list.c | 74 rtnl_tc_set_parent(TC_CAST(filter), rtnl_tc_get_handle(tc)); in print_tc_childs()
|
/third_party/libnl/lib/route/ |
D | qdisc.c | 215 rtnl_tc_set_parent(TC_CAST(new), qdisc->q_parent); in rtnl_qdisc_build_update_request() 460 rtnl_tc_set_parent(TC_CAST(filter), qdisc->q_handle); in rtnl_qdisc_foreach_child() 484 rtnl_tc_set_parent(TC_CAST(filter), qdisc->q_parent); in rtnl_qdisc_foreach_cls()
|
D | class.c | 425 rtnl_tc_set_parent(TC_CAST(filter), class->c_handle); in rtnl_class_foreach_child() 449 rtnl_tc_set_parent((struct rtnl_tc *) filter, class->c_parent); in rtnl_class_foreach_cls()
|
D | tc.c | 508 void rtnl_tc_set_parent(struct rtnl_tc *tc, uint32_t parent) in rtnl_tc_set_parent() function
|
/third_party/libnl/include/netlink/route/ |
D | tc.h | 95 extern void rtnl_tc_set_parent(struct rtnl_tc *, uint32_t);
|
/third_party/libnl/src/lib/ |
D | tc.c | 43 rtnl_tc_set_parent(tc, parent); in nl_cli_tc_parse_parent()
|
/third_party/libnl/python/netlink/route/ |
D | capi.i | 318 extern void rtnl_tc_set_parent(struct rtnl_tc *, uint32_t);
|
D | tc.py | 175 capi.rtnl_tc_set_parent(self._rtnl_tc, int(value))
|
/third_party/libnl/ |
D | libnl-route-3.sym | 816 rtnl_tc_set_parent;
|
/third_party/libnl/doc/ |
D | route.txt | 1502 void rtnl_tc_set_parent(struct rtnl_tc *tc, uint32_t parent); 1765 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); 1834 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT);
|