Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dtc_wrapper.h38 TC_INDIRECT_ACTION_DECLARE(tcf_police_act);
73 if (a->ops->act == tcf_police_act) in tc_act()
74 return tcf_police_act(skb, a, res); in tc_act()
/linux-6.6.21/net/sched/
Dact_police.c247 TC_INDIRECT_SCOPE int tcf_police_act(struct sk_buff *skb, in tcf_police_act() function
498 .act = tcf_police_act,