kubernetes/vendor/github.com/vishvananda/netlink/qdisc.go

const HANDLE_NONE

const HANDLE_INGRESS

const HANDLE_CLSACT

const HANDLE_ROOT

const PRIORITY_MAP_LEN

const HANDLE_MIN_INGRESS

const HANDLE_MIN_EGRESS

const HORIZON_DROP_POLICY_CAP

const HORIZON_DROP_POLICY_DROP

const HORIZON_DROP_POLICY_DEFAULT

type Qdisc

type QdiscStatistics

type QdiscAttrs

func (q QdiscAttrs) String() string {}

func MakeHandle(major, minor uint16) uint32 {}

func MajorMinor(handle uint32) (uint16, uint16) {}

func HandleStr(handle uint32) string {}

func Percentage2u32(percentage float32) uint32 {}

type PfifoFast

func (qdisc *PfifoFast) Attrs() *QdiscAttrs {}

func (qdisc *PfifoFast) Type() string {}

type Prio

func NewPrio(attrs QdiscAttrs) *Prio {}

func (qdisc *Prio) Attrs() *QdiscAttrs {}

func (qdisc *Prio) Type() string {}

type Htb

func NewHtb(attrs QdiscAttrs) *Htb {}

func (qdisc *Htb) Attrs() *QdiscAttrs {}

func (qdisc *Htb) Type() string {}

type NetemQdiscAttrs

func (q NetemQdiscAttrs) String() string {}

type Netem

func (netem *Netem) String() string {}

func (qdisc *Netem) Attrs() *QdiscAttrs {}

func (qdisc *Netem) Type() string {}

type Tbf

func (qdisc *Tbf) Attrs() *QdiscAttrs {}

func (qdisc *Tbf) Type() string {}

type Clsact

func (qdisc *Clsact) Attrs() *QdiscAttrs {}

func (qdisc *Clsact) Type() string {}

type Ingress

func (qdisc *Ingress) Attrs() *QdiscAttrs {}

func (qdisc *Ingress) Type() string {}

type GenericQdisc

func (qdisc *GenericQdisc) Attrs() *QdiscAttrs {}

func (qdisc *GenericQdisc) Type() string {}

type Hfsc

func NewHfsc(attrs QdiscAttrs) *Hfsc {}

func (hfsc *Hfsc) Attrs() *QdiscAttrs {}

func (hfsc *Hfsc) Type() string {}

func (hfsc *Hfsc) String() string {}

type Fq

func (fq *Fq) String() string {}

func NewFq(attrs QdiscAttrs) *Fq {}

func (qdisc *Fq) Attrs() *QdiscAttrs {}

func (qdisc *Fq) Type() string {}

type FqCodel

func (fqcodel *FqCodel) String() string {}

func NewFqCodel(attrs QdiscAttrs) *FqCodel {}

func (qdisc *FqCodel) Attrs() *QdiscAttrs {}

func (qdisc *FqCodel) Type() string {}

type Sfq

func (sfq *Sfq) String() string {}

func (qdisc *Sfq) Attrs() *QdiscAttrs {}

func (qdisc *Sfq) Type() string {}