Home
last modified time | relevance | path

Searched refs:trunc_size (Results 1 – 3 of 3) sorted by relevance

/net/sched/
A Dact_sample.c118 s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]); in tcf_sample_init()
204 md.trunc_size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act()
249 if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size)) in tcf_sample_dump()
304 entry->sample.trunc_size = tcf_sample_trunc_size(act); in tcf_sample_offload_act_setup()
/net/psample/
A Dpsample.c370 u32 trunc_size = md->trunc_size; in psample_sample_packet() local
406 data_len = min(skb->len, trunc_size); in psample_sample_packet()
/net/openvswitch/
A Dactions.c1302 md.trunc_size = skb->len - OVS_CB(skb)->cutlen; in execute_psample()

Completed in 229 milliseconds