Searched refs:act_id (Results 1 – 2 of 2) sorted by relevance
408 int act_id = -EOPNOTSUPP; in tcf_police_act_to_flow_act() local422 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() local464 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 …]
1902 unsigned int act_id; in tcf_action_reoffload_cb() local1917 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