Searched refs:TCA_SAMPLE_PSAMPLE_GROUP (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_sample.c | 33 [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 D | tc_sample.h | 19 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/tc_act/ |
H A D | tc_sample.h | 19 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_sample.h | 33 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_sample.h | 21 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_sample.h | 33 TCA_SAMPLE_PSAMPLE_GROUP, enumerator
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_sample.c | 33 [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