Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtc_wrapper.h42 TC_INDIRECT_ACTION_DECLARE(tcf_skbmod_act);
69 if (a->ops->act == tcf_skbmod_act) in tc_act()
70 return tcf_skbmod_act(skb, a, res); in tc_act()
/linux/net/sched/
H A Dact_skbmod.c25 TC_INDIRECT_SCOPE int tcf_skbmod_act(struct sk_buff *skb, in tcf_skbmod_act() function
284 .act = tcf_skbmod_act,