Home
last modified time | relevance | path

Searched refs:TCF_EM_SIMPLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sched/
H A Dematch.c242 if (em_hdr->flags & TCF_EM_SIMPLE) in tcf_em_validate()
257 if (em_hdr->flags & TCF_EM_SIMPLE) { in tcf_em_validate()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_cls.h573 #define TCF_EM_SIMPLE (1<<3) macro
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h781 #define TCF_EM_SIMPLE (1<<3) macro
/openbmc/linux/include/net/
H A Dpkt_cls.h409 return em->flags & TCF_EM_SIMPLE; in tcf_em_is_simple()