| /Linux-v6.1/drivers/net/netdevsim/ |
| D | psample.c | 29 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-v6.1/include/net/tc_act/ |
| D | tc_sample.h | 13 u32 trunc_size; member 41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| D | sample.c | 40 sample_attr->trunc_size = act->sample.trunc_size; in tc_act_parse_sample()
|
| /Linux-v6.1/net/sched/ |
| D | act_sample.c | 110 s->trunc_size = nla_get_u32(tb[TCA_SAMPLE_TRUNC_SIZE]); in tcf_sample_init() 183 md.trunc_size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act() 228 if (nla_put_u32(skb, TCA_SAMPLE_TRUNC_SIZE, s->trunc_size)) in tcf_sample_dump() 283 entry->sample.trunc_size = tcf_sample_trunc_size(act); in tcf_sample_offload_act_setup()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_acl_flex_actions.c | 197 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()
|
| D | core_acl_flex_actions.h | 35 u32 trunc_size, bool truncate, bool ingress, 106 u32 rate, u32 trunc_size, bool truncate,
|
| D | spectrum_matchall.c | 277 mall_entry->sample.params.trunc_size = act->sample.trunc_size; in mlxsw_sp_mall_replace()
|
| D | spectrum_trap.c | 241 bool truncate, u32 trunc_size) in mlxsw_sp_psample_md_init() argument 246 md->trunc_size = truncate ? trunc_size : skb->len; in mlxsw_sp_psample_md_init() 290 params->trunc_size); in mlxsw_sp_rx_sample_listener() 340 params->trunc_size); in mlxsw_sp_rx_sample_tx_listener() 376 params->trunc_size); in mlxsw_sp_rx_sample_acl_listener()
|
| D | core_acl_flex_actions.c | 2144 u32 trunc_size, bool truncate, bool ingress, in mlxsw_afa_sampler_create() argument 2155 psample_group, rate, trunc_size, in mlxsw_afa_sampler_create() 2187 u32 rate, u32 trunc_size, bool truncate, in mlxsw_afa_block_append_sampler() argument 2200 rate, trunc_size, truncate, ingress, in mlxsw_afa_block_append_sampler()
|
| D | spectrum_acl.c | 770 u32 trunc_size, bool truncate, in mlxsw_sp_acl_rulei_act_sample() argument 786 psample_group, rate, trunc_size, in mlxsw_sp_acl_rulei_act_sample()
|
| D | spectrum.h | 280 u32 trunc_size; member 1054 u32 trunc_size, bool truncate,
|
| D | spectrum_flower.c | 262 act->sample.trunc_size, in mlxsw_sp_flower_parse_actions()
|
| D | spectrum.c | 2892 trigger_node->params.trunc_size != params->trunc_size) { in mlxsw_sp_sample_trigger_params_set()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| D | sample.c | 328 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() 524 restore_obj.sample.trunc_size = sample_attr->trunc_size; in mlx5e_tc_sample_offload()
|
| D | sample.h | 16 u32 trunc_size; member
|
| /Linux-v6.1/include/net/ |
| D | psample.h | 18 u32 trunc_size; member
|
| D | flow_offload.h | 259 u32 trunc_size; member
|
| /Linux-v6.1/net/psample/ |
| D | psample.c | 366 u32 trunc_size = md->trunc_size; in psample_sample_packet() local 394 data_len = min(skb->len, trunc_size); in psample_sample_packet()
|
| /Linux-v6.1/tools/testing/selftests/net/mptcp/ |
| D | mptcp_join.sh | 723 local trunc_size="" 732 trunc_size=${test_link_fail} 1009 check_transfer $sinfail $cout "file received by client" $trunc_size 1011 check_transfer $sin $cout "file received by client" $trunc_size 1015 check_transfer $cin $sout "file received by server" $trunc_size 1017 check_transfer $cinsent $sout "file received by server" $trunc_size
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | eswitch.h | 64 u32 trunc_size; member
|