Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/cls/ematch/
Dcmp.c81 .eo_kind = TCF_EM_CMP,
/third_party/libnl/lib/route/cls/
Dematch_grammar.l82 [cC][mM][pP] { yylval->i = TCF_EM_CMP; return EMATCH_CMP; }
Dematch_syntax.y197 if (rtnl_ematch_set_kind(e, TCF_EM_CMP) < 0)
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h589 #define TCF_EM_CMP 1 macro