Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_dualpi2.c744 [TCA_DUALPI2_MIN_QLEN_STEP] = { .type = NLA_U32 },
831 if (tb[TCA_DUALPI2_MIN_QLEN_STEP]) in dualpi2_change()
833 nla_get_u32(tb[TCA_DUALPI2_MIN_QLEN_STEP])); in dualpi2_change()
973 nla_put_u32(skb, TCA_DUALPI2_MIN_QLEN_STEP, in dualpi2_dump()
1001 nla_put_u32(skb, TCA_DUALPI2_MIN_QLEN_STEP, in dualpi2_dump()
/linux/include/uapi/linux/
H A Dpkt_sched.h1254 TCA_DUALPI2_MIN_QLEN_STEP, /* Minimum qlen to apply STEP_THRESH */ enumerator