Searched refs:forced_drop (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_choke.c | 60 u32 forced_drop; /* Forced drops, qavg > max_thresh */ member 245 q->stats.forced_drop++; in choke_enqueue() 464 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
|
H A D | sch_red.c | 112 q->stats.forced_drop++; in red_enqueue() 122 q->stats.forced_drop++; in red_enqueue() 464 st.early = q->stats.prob_drop + q->stats.forced_drop; in red_dump_stats()
|
H A D | sch_gred.c | 239 q->stats.forced_drop++; in gred_enqueue() 822 opt.forced = q->stats.forced_drop; in gred_dump() 879 q->stats.forced_drop)) in gred_dump()
|
H A D | sch_sfq.c | 419 q->stats.forced_drop++; in sfq_enqueue()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_choke.c | 60 u32 forced_drop; /* Forced drops, qavg > max_thresh */ member 244 q->stats.forced_drop++; in choke_enqueue() 463 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
|
H A D | sch_red.c | 112 q->stats.forced_drop++; in red_enqueue() 122 q->stats.forced_drop++; in red_enqueue() 464 st.early = q->stats.prob_drop + q->stats.forced_drop; in red_dump_stats()
|
H A D | sch_gred.c | 240 q->stats.forced_drop++; in gred_enqueue() 832 opt.forced = q->stats.forced_drop; in gred_dump() 889 q->stats.forced_drop)) in gred_dump()
|
H A D | sch_sfq.c | 419 q->stats.forced_drop++; in sfq_enqueue()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | red.h | 122 u32 forced_drop; /* Forced drops, qavg > max_thresh */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | red.h | 122 u32 forced_drop; /* Forced drops, qavg > max_thresh */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pkt_sched.h | 129 __u32 forced_drop; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 222 __u32 forced_drop; /* Early drops, after max threshold */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pkt_sched.h | 223 __u32 forced_drop; /* Early drops, after max threshold */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pkt_sched.h | 223 __u32 forced_drop; /* Early drops, after max threshold */ member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 222 __u32 forced_drop; /* Early drops, after max threshold */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pkt_sched.h | 142 __u32 forced_drop; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pkt_sched.h | 142 __u32 forced_drop; member
|
Completed in 29 milliseconds