Home
last modified time | relevance | path

Searched refs:tcf_nat_act (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dtc_wrapper.h36 TC_INDIRECT_ACTION_DECLARE(tcf_nat_act); variable
105 if (a->ops->act == tcf_nat_act) in tc_act()
106 return tcf_nat_act(skb, a, res); in tc_act()
/kernel/linux/linux-5.10/net/sched/
H A Dact_nat.c102 static int tcf_nat_act(struct sk_buff *skb, const struct tc_action *a, in tcf_nat_act() function
313 .act = tcf_nat_act,
/kernel/linux/linux-6.6/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,

Completed in 4 milliseconds