Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_ct.h50 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() function
67 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() function
/openbmc/linux/net/sched/
H A Dact_ct.c1580 entry->ct.action = tcf_ct_action(act); in tcf_ct_offload_act_setup()