Searched refs:tcfp_result (Results 1 – 2 of 2) sorted by relevance
229 police->tcfp_result = nla_get_u32(tb[TCA_POLICE_RESULT]); in tcf_act_police_locate()314 return police->tcfp_result; in tcf_act_police()335 return police->tcfp_result; in tcf_act_police()365 if (police->tcfp_result) in tcf_act_police_dump()366 NLA_PUT_U32(skb, TCA_POLICE_RESULT, police->tcfp_result); in tcf_act_police_dump()
40 int tcfp_result; member