Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h36 TC_INDIRECT_ACTION_DECLARE(tcf_nat_act);
105 if (a->ops->act == tcf_nat_act) in tc_act()
106 return tcf_nat_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_nat.c114 TC_INDIRECT_SCOPE int tcf_nat_act(struct sk_buff *skb, in tcf_nat_act() function
321 .act = tcf_nat_act,