Searched refs:TCA_SAMPLE_TRUNC_SIZE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_sample.c | 32 [TCA_SAMPLE_TRUNC_SIZE] = { .type = NLA_U32 }, 115 if (tb[TCA_SAMPLE_TRUNC_SIZE]) { in tcf_sample_init() 117 s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]); in tcf_sample_init() 229 if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size)) in tcf_sample_dump()
|
/kernel/linux/linux-5.10/include/uapi/linux/tc_act/ |
H A D | tc_sample.h | 18 TCA_SAMPLE_TRUNC_SIZE, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/tc_act/ |
H A D | tc_sample.h | 18 TCA_SAMPLE_TRUNC_SIZE, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_sample.h | 32 TCA_SAMPLE_TRUNC_SIZE, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_sample.h | 20 TCA_SAMPLE_TRUNC_SIZE, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/tc_act/ |
H A D | tc_sample.h | 32 TCA_SAMPLE_TRUNC_SIZE, enumerator
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_sample.c | 32 [TCA_SAMPLE_TRUNC_SIZE] = { .type = NLA_U32 }, 116 if (tb[TCA_SAMPLE_TRUNC_SIZE]) { in tcf_sample_init() 118 s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]); in tcf_sample_init() 237 if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size)) in tcf_sample_dump()
|
Completed in 3 milliseconds