Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c41 if (rtnl_ematch_lookup_ops(ops->eo_kind)) in rtnl_ematch_register()
60 if (ops->eo_kind == o->eo_kind) { in rtnl_ematch_unregister()
80 if (ops->eo_kind == kind) in rtnl_ematch_lookup_ops()
122 e->e_kind = ops->eo_kind; in rtnl_ematch_alloc()
/external/libnl/lib/route/cls/ematch/
Dcontainer.c25 .eo_kind = TCF_EM_CONTAINER,
Dcmp.c99 .eo_kind = TCF_EM_CMP,
/external/libnl/include/netlink/route/cls/
Dematch.h28 int eo_kind; member