Searched refs:tc (Results 1 – 4 of 4) sorted by relevance
158 while (tc->prev) tc=tc->prev; in talloc_parent_chunk()205 tc->next = tc->prev = tc->parent = NULL; in _talloc()593 if (tc->prev) tc->prev->next = tc->next; in talloc_free()594 if (tc->next) tc->next->prev = tc->prev; in talloc_free()705 if (tc->prev) tc->prev->next = tc->next; in talloc_steal()706 if (tc->next) tc->next->prev = tc->prev; in talloc_steal()709 tc->parent = tc->next = tc->prev = NULL; in talloc_steal()725 if (tc->prev) tc->prev->next = tc->next; in talloc_steal()726 if (tc->next) tc->next->prev = tc->prev; in talloc_steal()1298 while (tc && tc->prev) tc = tc->prev; in talloc_find_parent_byname()[all …]
40 do_without_error tc qdisc add dev $vifname root handle 1: prio41 do_without_error tc filter add dev $vifname parent 1: protocol ip prio 10 \43 do_without_error tc filter add dev $vifname parent 1: protocol arp prio 11 \45 do_without_error tc filter add dev $vifname parent 1: protocol ipv6 prio \61 do_without_error tc filter del dev $vifname parent 1: protocol ip prio 10 u32 match u32 \63 do_without_error tc filter del dev $vifname parent 1: protocol arp prio 11 u32 match u32 \65 do_without_error tc filter del dev $vifname parent 1: protocol ipv6 prio 12 u32 match u32 \67 do_without_error tc qdisc del dev $vifname root handle 1: prio
164 do_or_die tc qdisc add dev "$vif" ingress166 tc filter add dev "$vif" parent ffff: proto ip prio 10 \171 do_without_error tc qdisc del dev "$vif" ingress183 do_without_error tc qdisc del dev "$vif" ingress207 do_without_error tc qdisc del dev "$vif" ingress
35 $(IASL) -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $<68 $(IASL) -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $<
Completed in 11 milliseconds