Home
last modified time | relevance | path

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

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