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

  /external/libnl/include/netlink/route/cls/
ematch.h 26 struct rtnl_ematch_ops struct
39 extern int rtnl_ematch_register(struct rtnl_ematch_ops *);
40 extern int rtnl_ematch_unregister(struct rtnl_ematch_ops *);
42 extern struct rtnl_ematch_ops *
44 extern struct rtnl_ematch_ops *
48 rtnl_ematch_alloc(struct rtnl_ematch_ops *);
  /external/libnl/src/cls/
utils.h 33 struct rtnl_ematch_ops *ops;
38 extern struct ematch_module *lookup_ematch_mod(struct rtnl_ematch_ops *);
  /external/libnl/lib/route/cls/ematch/
container.c 24 static struct rtnl_ematch_ops container_ops = {
cmp.c 98 static struct rtnl_ematch_ops cmp_ops = {
  /external/libnl/lib/route/cls/
ematch.c 39 int rtnl_ematch_register(struct rtnl_ematch_ops *ops)
55 int rtnl_ematch_unregister(struct rtnl_ematch_ops *ops)
57 struct rtnl_ematch_ops *o;
75 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops(int kind)
77 struct rtnl_ematch_ops *ops;
92 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops_name(const char *name)
94 struct rtnl_ematch_ops *ops;
109 struct rtnl_ematch *rtnl_ematch_alloc(struct rtnl_ematch_ops *ops)
296 struct rtnl_ematch_ops *ops;
  /external/libnl/include/
netlink-types.h 522 struct rtnl_ematch_ops *e_ops;

Completed in 168 milliseconds