trunc_size       1395 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mlxsw_sp_port->sample->trunc_size = act->sample.trunc_size;
trunc_size       4320 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		  mlxsw_sp_port->sample->trunc_size : skb->len;
trunc_size        201 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	u32 trunc_size;
trunc_size        189 include/net/flow_offload.h 			u32			trunc_size;
trunc_size         24 include/net/psample.h 			   u32 trunc_size, int in_ifindex, int out_ifindex,
trunc_size         30 include/net/psample.h 					 struct sk_buff *skb, u32 trunc_size,
trunc_size         13 include/net/tc_act/tc_sample.h 	u32 trunc_size;
trunc_size         41 include/net/tc_act/tc_sample.h 	return to_sample(a)->trunc_size;
trunc_size        211 net/psample/psample.c 			   u32 trunc_size, int in_ifindex, int out_ifindex,
trunc_size        227 net/psample/psample.c 	data_len = min(skb->len, trunc_size);
trunc_size        110 net/sched/act_sample.c 		s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]);
trunc_size        188 net/sched/act_sample.c 		size = s->truncate ? s->trunc_size : skb->len;
trunc_size        224 net/sched/act_sample.c 		if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size))
trunc_size       3528 net/sched/cls_api.c 			entry->sample.trunc_size = tcf_sample_trunc_size(act);