Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h25 TC_INDIRECT_ACTION_DECLARE(tcf_bpf_act);
77 if (a->ops->act == tcf_bpf_act) in tc_act()
78 return tcf_bpf_act(skb, a, res); in tc_act()
/openbmc/linux/net/sched/
H A Dact_bpf.c35 TC_INDIRECT_SCOPE int tcf_bpf_act(struct sk_buff *skb, in tcf_bpf_act() function
398 .act = tcf_bpf_act,