Home
last modified time | relevance | path

Searched refs:TCA_SAMPLE_PSAMPLE_GROUP (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_sample.c33 [TCA_SAMPLE_PSAMPLE_GROUP] = { .type = NLA_U32 },
83 if (!tb[TCA_SAMPLE_RATE] || !tb[TCA_SAMPLE_PSAMPLE_GROUP]) { in tcf_sample_init()
99 psample_group_num = nla_get_u32(tb[TCA_SAMPLE_PSAMPLE_GROUP]); in tcf_sample_init()
232 if (nla_put_u32(skb, TCA_SAMPLE_PSAMPLE_GROUP, s->psample_group_num)) in tcf_sample_dump()
/kernel/linux/linux-5.10/include/uapi/linux/tc_act/
H A Dtc_sample.h19 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/tc_act/
H A Dtc_sample.h19 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/tc_act/
H A Dtc_sample.h33 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/tc_act/
H A Dtc_sample.h21 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/tc_act/
H A Dtc_sample.h33 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
/kernel/linux/linux-6.6/net/sched/
H 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()

Completed in 3 milliseconds