Home
last modified time | relevance | path

Searched refs:TCA_ACT_FLAGS_AT_INGRESS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/tc_act/
H A Dtc_skbedit.h118 return flags & TCA_ACT_FLAGS_AT_INGRESS; in is_tcf_skbedit_ingress()
/openbmc/linux/include/net/
H A Dact_api.h70 #define TCA_ACT_FLAGS_AT_INGRESS (1U << (TCA_ACT_FLAGS_USER_BITS + 4)) macro
/openbmc/linux/net/sched/
H A Dcls_api.c2316 flags |= TCA_ACT_FLAGS_AT_INGRESS; in tc_new_tfilter()