Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_ct.h45 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() function
66 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() function
/openbmc/linux/net/sched/
H A Dact_ct.c1581 entry->ct.zone = tcf_ct_zone(act); in tcf_ct_offload_act_setup()