Home
last modified time | relevance | path

Searched refs:eo_kind (Results 1 – 7 of 7) sorted by relevance

/external/libnl/lib/route/cls/ematch/
Dcontainer.c36 .eo_kind = TCF_EM_CONTAINER,
Dcmp.c80 .eo_kind = TCF_EM_CMP,
Dnbyte.c125 .eo_kind = TCF_EM_NBYTE,
Dtext.c168 .eo_kind = TCF_EM_TEXT,
Dmeta.c319 .eo_kind = TCF_EM_META,
/external/libnl/lib/route/cls/
Dematch.c47 if (rtnl_ematch_lookup_ops(ops->eo_kind)) in rtnl_ematch_register()
70 if (ops->eo_kind == kind) in rtnl_ematch_lookup_ops()
174 ematch->e_kind = ops->eo_kind; in rtnl_ematch_set_ops()
/external/libnl/include/netlink/route/cls/
Dematch.h35 int eo_kind; member