Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_sample.c33 [TCA_SAMPLE_PSAMPLE_GROUP] = { .type = NLA_U32 },
84 if (!tb[TCA_SAMPLE_RATE] || !tb[TCA_SAMPLE_PSAMPLE_GROUP]) { in tcf_sample_init()
100 psample_group_num = nla_get_u32(tb[TCA_SAMPLE_PSAMPLE_GROUP]); in tcf_sample_init()
240 if (nla_put_u32(skb, TCA_SAMPLE_PSAMPLE_GROUP, s->psample_group_num)) in tcf_sample_dump()
/linux-6.3-rc2/include/uapi/linux/tc_act/
A Dtc_sample.h19 TCA_SAMPLE_PSAMPLE_GROUP, enumerator

Completed in 4 milliseconds