Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_dualpi2.c735 [TCA_DUALPI2_MEMORY_LIMIT] = NLA_POLICY_MIN(NLA_U32, 1),
791 if (tb[TCA_DUALPI2_MEMORY_LIMIT]) in dualpi2_change()
793 nla_get_u32(tb[TCA_DUALPI2_MEMORY_LIMIT])); in dualpi2_change()
962 nla_put_u32(skb, TCA_DUALPI2_MEMORY_LIMIT, in dualpi2_dump()
989 nla_put_u32(skb, TCA_DUALPI2_MEMORY_LIMIT, in dualpi2_dump()
/linux/include/uapi/linux/
H A Dpkt_sched.h1247 TCA_DUALPI2_MEMORY_LIMIT, /* Bytes */ enumerator