HomeSort by relevance Sort by last modified time
    Searched refs:eo_kind (Results 1 - 4 of 4) sorted by null

  /external/libnl/lib/route/cls/ematch/
container.c 25 .eo_kind = TCF_EM_CONTAINER,
cmp.c 99 .eo_kind = TCF_EM_CMP,
  /external/libnl/include/netlink/route/cls/
ematch.h 28 int eo_kind; member in struct:rtnl_ematch_ops
  /external/libnl/lib/route/cls/
ematch.c 41 if (rtnl_ematch_lookup_ops(ops->eo_kind))
60 if (ops->eo_kind == o->eo_kind) {
80 if (ops->eo_kind == kind)
122 e->e_kind = ops->eo_kind;

Completed in 2304 milliseconds