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

  /external/libnl/src/cls/
utils.h 18 struct cls_module struct
26 extern struct cls_module *lookup_cls_mod(struct rtnl_cls_ops *);
27 extern void register_cls_module(struct cls_module *);
28 extern void unregister_cls_module(struct cls_module *);
utils.c 75 struct cls_module *lookup_cls_mod(struct rtnl_cls_ops *ops)
77 struct cls_module *mod;
87 void register_cls_module(struct cls_module *mod)
102 void unregister_cls_module(struct cls_module *mod)
cgroup.c 65 static struct cls_module cgroup_module = {
basic.c 77 static struct cls_module basic_module = {
  /external/libnl/src/
nl-cls-add.c 41 struct cls_module *mod;

Completed in 65 milliseconds