Searched refs:tcfp_result (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
H A Dact_police.c27 int tcfp_result; member in struct:tcf_police
217 police->tcfp_result = nla_get_u32(tb[TCA_POLICE_RESULT]); tcf_act_police_locate()
279 return police->tcfp_result; tcf_act_police()
301 return police->tcfp_result; tcf_act_police()
332 if (police->tcfp_result && tcf_act_police_dump()
333 nla_put_u32(skb, TCA_POLICE_RESULT, police->tcfp_result)) tcf_act_police_dump()

Completed in 138 milliseconds