Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq.c119 u8 horizon_drop; member
462 if (q->horizon_drop) { in fq_enqueue()
898 q->horizon_drop = nla_get_u8(tb[TCA_FQ_HORIZON_DROP]); in fq_change()
955 q->horizon_drop = 1; /* by default, drop packets beyond horizon */ in fq_init()
1002 nla_put_u8(skb, TCA_FQ_HORIZON_DROP, q->horizon_drop)) in fq_dump()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds