Searched refs:penalty_rate (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/tc/
H A Dq_sfb.c34 " [ penalty_rate PPS ] [ penalty_burst PACKETS ]\n");
60 opt.penalty_rate = 10;
108 } else if (strcmp(*argv, "penalty_rate") == 0) {
110 if (get_u32(&opt.penalty_rate, *argv, 0)) {
111 fprintf(stderr, "Illegal \"penalty_rate\"\n");
166 qopt->penalty_rate, qopt->penalty_burst,
/external/iproute2/include/linux/
H A Dpkt_sched.h624 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */ member in struct:tc_sfb_qopt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h641 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */ member in struct:tc_sfb_qopt

Completed in 112 milliseconds