Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/cls/
Dematch_grammar.l78 "||" { yylval->i = TCF_EM_REL_OR; return LOGIC; }
Dematch.c559 case TCF_EM_REL_OR: in dump_ematch_sequence()
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h569 #define TCF_EM_REL_OR (1<<1) macro