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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c198 * Name used by kernel in the TCA_KIND attribute of tcmsg, e.g. "htb".
205 * Name used in OVS database, e.g. "linux-htb". Must be nonnull.
2519 struct htb { struct
2536 * Equivalent to "tc qdisc add dev <dev> root handle 1: htb default 1".
2547 static struct htb *
2554 return (CONTAINER_OF(netdev->tc, struct htb, tc));
2562 struct htb *htb; local
2565 htb = xmalloc(sizeof (*htb));
2649 struct htb *htb = CONTAINER_OF(tc, struct htb, tc); local
2663 const struct htb *htb = htb_get__(netdev); local
2714 const struct htb *htb = htb_get__(netdev); local
2733 struct htb *htb = htb_get__(netdev); local
2781 struct htb *htb = htb_get__(netdev); local
[all...]

Completed in 18 milliseconds