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

  /external/libnl/lib/route/
class_api.c 41 if (!cops->co_kind[0])
45 if (!strcasecmp(cops->co_kind, o->co_kind))
63 if (!strcasecmp(cops->co_kind, o->co_kind))
79 if (!strcmp(kind, cops->co_kind))
cls_api.c 42 if (!cops->co_kind)
46 if (!strcasecmp(cops->co_kind, o->co_kind))
64 if (!strcasecmp(cops->co_kind, o->co_kind))
80 if (!strcmp(kind, cops->co_kind))
  /external/libnl/include/netlink/route/
class-modules.h 30 char co_kind[32]; member in struct:rtnl_class_ops
classifier-modules.h 30 char co_kind[32]; member in struct:rtnl_cls_ops
  /external/libnl/lib/route/cls/
cgroup.c 121 .co_kind = "cgroup",
basic.c 189 .co_kind = "basic",
fw.c 158 .co_kind = "fw",
u32.c 505 .co_kind = "u32",
  /external/libnl/lib/route/sch/
cbq.c 275 .co_kind = "cbq",
dsmark.c 435 .co_kind = "dsmark",
htb.c 524 .co_kind = "htb",

Completed in 4600 milliseconds