Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_fq.c119 u8 horizon_drop; member
462 if (q->horizon_drop) { in fq_enqueue()
895 q->horizon_drop = nla_get_u8(tb[TCA_FQ_HORIZON_DROP]); in fq_change()
952 q->horizon_drop = 1; /* by default, drop packets beyond horizon */ in fq_init()
999 nla_put_u8(skb, TCA_FQ_HORIZON_DROP, q->horizon_drop)) in fq_dump()