Lines Matching refs:act
304 const struct flow_action_entry *act,
307 if (act->police.exceed.act_id != FLOW_ACTION_DROP) {
313 if (act->police.notexceed.act_id != FLOW_ACTION_PIPE &&
314 act->police.notexceed.act_id != FLOW_ACTION_ACCEPT) {
320 if (act->police.notexceed.act_id == FLOW_ACTION_ACCEPT &&
321 !flow_action_is_last_entry(action, act)) {
327 if (act->police.peakrate_bytes_ps ||
328 act->police.avrate || act->police.overhead) {
334 if (act->police.rate_pkt_ps) {
349 const struct flow_action_entry *act;
361 flow_action_for_each(i, act, &rule->action) {
362 switch (act->id) {
364 rc = sja1105_policer_validate(&rule->action, act, extack);
370 act->police.rate_bytes_ps,
371 act->police.burst);
390 to_dp = dsa_port_from_netdev(act->dev);
419 &key, act->hw_index,
420 act->gate.prio,
421 act->gate.basetime,
422 act->gate.cycletime,
423 act->gate.cycletimeext,
424 act->gate.num_entries,
425 act->gate.entries);