Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_qdisc_fq.c58 u8 horizon_drop; member
326 if (q.horizon_drop) in BPF_PROG()
732 q.horizon_drop = 1; in BPF_PROG()
/linux/net/sched/
H A Dsch_fq.c127 u8 horizon_drop; member
565 if (q->horizon_drop) { in fq_enqueue()
1120 WRITE_ONCE(q->horizon_drop, in fq_change()
1196 q->horizon_drop = 1; /* by default, drop packets beyond horizon */ in fq_init()
1266 READ_ONCE(q->horizon_drop))) in fq_dump()