Home
last modified time | relevance | path

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

/linux/drivers/net/netdevsim/
H A Dpsample.c29 u32 trunc_size; member
85 md->trunc_size = psample->trunc_size ? psample->trunc_size : len; in nsim_dev_psample_md_prepare()
224 psample->trunc_size = 0; in nsim_dev_psample_init()
226 &psample->trunc_size); in nsim_dev_psample_init()
/linux/include/net/tc_act/
H A Dtc_sample.h13 u32 trunc_size; member
41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c21 sample_attr->trunc_size = act->sample.trunc_size; in tc_act_parse_sample()
/linux/net/sched/
H 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()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_flex_actions.c197 u32 rate, u32 trunc_size, bool truncate, in mlxsw_sp1_act_sampler_add() argument
229 u32 rate, u32 trunc_size, bool truncate, in mlxsw_sp2_act_sampler_add() argument
245 params.trunc_size = trunc_size; in mlxsw_sp2_act_sampler_add()
H A Dcore_acl_flex_actions.h35 u32 trunc_size, bool truncate, bool ingress,
108 u32 rate, u32 trunc_size, bool truncate,
H A Dspectrum_matchall.c277 mall_entry->sample.params.trunc_size = act->sample.trunc_size; in mlxsw_sp_mall_replace()
H A Dcore_acl_flex_actions.c2184 u32 trunc_size, bool truncate, bool ingress, in mlxsw_afa_sampler_create() argument
2195 psample_group, rate, trunc_size, in mlxsw_afa_sampler_create()
2227 u32 rate, u32 trunc_size, bool truncate, in mlxsw_afa_block_append_sampler() argument
2240 rate, trunc_size, truncate, ingress, in mlxsw_afa_block_append_sampler()
H A Dspectrum_acl.c792 u32 trunc_size, bool truncate, in mlxsw_sp_acl_rulei_act_sample() argument
808 psample_group, rate, trunc_size, in mlxsw_sp_acl_rulei_act_sample()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c328 u32 trunc_size = mapped_obj->sample.trunc_size; in mlx5e_tc_sample_skb() local
332 md.trunc_size = trunc_size ? min(trunc_size, skb->len) : skb->len; in mlx5e_tc_sample_skb()
523 restore_obj.sample.trunc_size = sample_attr->trunc_size; in mlx5e_tc_sample_offload()
H A Dsample.h16 u32 trunc_size; member
/linux/include/net/
H A Dpsample.h18 u32 trunc_size; member
/linux/net/psample/
H 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h66 u32 trunc_size; member
/linux/net/openvswitch/
H A Dactions.c1348 md.trunc_size = skb->len - OVS_CB(skb)->cutlen; in execute_psample()