Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/tc_act/
Dtc_ct.h39 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() function
50 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() function
/Linux-v5.4/net/sched/
Dcls_api.c3542 entry->ct.zone = tcf_ct_zone(act); in tc_setup_flow_action()