Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtc_wrapper.h27 TC_INDIRECT_ACTION_DECLARE(tcf_csum_act);
85 if (a->ops->act == tcf_csum_act) in tc_act()
86 return tcf_csum_act(skb, a, res); in tc_act()
/linux/net/sched/
H A Dact_csum.c566 TC_INDIRECT_SCOPE int tcf_csum_act(struct sk_buff *skb, in tcf_csum_act() function
704 .act = tcf_csum_act,