Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtc_wrapper.h37 TC_INDIRECT_ACTION_DECLARE(tcf_pedit_act);
61 if (a->ops->act == tcf_pedit_act) in tc_act()
62 return tcf_pedit_act(skb, a, res); in tc_act()
/linux/net/sched/
H A Dact_pedit.c386 TC_INDIRECT_SCOPE int tcf_pedit_act(struct sk_buff *skb, in tcf_pedit_act() function
615 .act = tcf_pedit_act,