Searched refs:trunc_size (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/tc_act/ |
| H A D | tc_sample.h | 13 u32 trunc_size; member 41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | psample.h | 26 u32 trunc_size, int in_ifindex, int out_ifindex, 32 struct sk_buff *skb, u32 trunc_size, in psample_sample_packet() argument
|
| H A D | flow_offload.h | 230 u32 trunc_size; member
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_sample.c | 110 s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]); in tcf_sample_init() 186 size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act() 222 if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size)) in tcf_sample_dump()
|
| H A D | cls_api.c | 3672 entry->sample.trunc_size = tcf_sample_trunc_size(act); in tc_setup_flow_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_matchall.c | 260 mall_entry->sample.trunc_size = act->sample.trunc_size; in mlxsw_sp_mall_replace()
|
| H A D | spectrum.h | 237 u32 trunc_size; member
|
| H A D | spectrum.c | 2182 size = sample->truncate ? sample->trunc_size : skb->len; in mlxsw_sp_sample_receive()
|
| /OK3568_Linux_fs/kernel/net/psample/ |
| H A D | psample.c | 359 u32 trunc_size, int in_ifindex, int out_ifindex, in psample_sample_packet() argument 384 data_len = min(skb->len, trunc_size); in psample_sample_packet()
|