Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_sample.c31 [TCA_SAMPLE_RATE] = { .type = NLA_U32 },
84 if (!tb[TCA_SAMPLE_RATE] || !tb[TCA_SAMPLE_PSAMPLE_GROUP]) { in tcf_sample_init()
94 rate = nla_get_u32(tb[TCA_SAMPLE_RATE]); in tcf_sample_init()
233 if (nla_put_u32(skb, TCA_SAMPLE_RATE, s->rate)) in tcf_sample_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_sample.h17 TCA_SAMPLE_RATE, enumerator