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

  /external/libnl/include/netlink/route/cls/
ematch.h 33 struct rtnl_ematch_ops struct
48 extern int rtnl_ematch_register(struct rtnl_ematch_ops *);
49 extern struct rtnl_ematch_ops * rtnl_ematch_lookup_ops(int);
50 extern struct rtnl_ematch_ops * rtnl_ematch_lookup_ops_by_name(const char *);
65 struct rtnl_ematch_ops *);
  /external/libnl/lib/route/cls/ematch/
container.c 35 static struct rtnl_ematch_ops container_ops = {
cmp.c 79 static struct rtnl_ematch_ops cmp_ops = {
nbyte.c 124 static struct rtnl_ematch_ops nbyte_ops = {
text.c 167 static struct rtnl_ematch_ops text_ops = {
meta.c 318 static struct rtnl_ematch_ops meta_ops = {
  /external/libnl/lib/route/cls/
ematch.c 45 int rtnl_ematch_register(struct rtnl_ematch_ops *ops)
65 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops(int kind)
67 struct rtnl_ematch_ops *ops;
84 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops_by_name(const char *name)
86 struct rtnl_ematch_ops *ops;
168 int rtnl_ematch_set_ops(struct rtnl_ematch *ematch, struct rtnl_ematch_ops *ops)
189 struct rtnl_ematch_ops *ops;
204 struct rtnl_ematch_ops *ops;
389 struct rtnl_ematch_ops *ops;
  /external/libnl/include/netlink-private/
types.h 563 struct rtnl_ematch_ops *e_ops;

Completed in 113 milliseconds