Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_sample.c32 [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()
/linux-6.3-rc2/include/uapi/linux/tc_act/
A Dtc_sample.h18 TCA_SAMPLE_TRUNC_SIZE, enumerator

Completed in 4 milliseconds