Home
last modified time | relevance | path

Searched refs:act_id (Results 1 – 2 of 2) sorted by relevance

/net/sched/
A Dact_police.c408 int act_id = -EOPNOTSUPP; in tcf_police_act_to_flow_act() local
422 act_id = FLOW_ACTION_GOTO; in tcf_police_act_to_flow_act()
425 act_id = FLOW_ACTION_JUMP; in tcf_police_act_to_flow_act()
433 return act_id; in tcf_police_act_to_flow_act()
444 int act_id; in tcf_police_offload_act_setup() local
464 if (act_id < 0) in tcf_police_offload_act_setup()
465 return act_id; in tcf_police_offload_act_setup()
467 entry->police.exceed.act_id = act_id; in tcf_police_offload_act_setup()
472 if (act_id < 0) in tcf_police_offload_act_setup()
473 return act_id; in tcf_police_offload_act_setup()
[all …]
A Dact_api.c1902 unsigned int act_id; in tcf_action_reoffload_cb() local
1917 act_id = id_ptr->id; in tcf_action_reoffload_cb()
1918 tn = net_generic(net, act_id); in tcf_action_reoffload_cb()

Completed in 11 milliseconds