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

  /external/libnl/lib/route/cls/
ematch.c 2 * lib/route/cls/ematch.c Extended Matches
14 * @defgroup ematch Extended Match
24 #include <netlink/route/cls/ematch.h>
34 * Register ematch module
50 * Unregister ematch module
70 * Lookup ematch module by kind
87 * Lookup ematch module by name
88 * @arg name Name of ematch module.
129 * Add ematch to the end of the parent's list of children.
130 * @arg parent Parent ematch
229 struct rtnl_ematch *ematch; local
298 struct rtnl_ematch *ematch; local
    [all...]
cgroup.c 27 #include <netlink/route/cls/ematch.h>
76 nl_dump(p, " ematch");
87 nl_dump_line(p, " ematch ");
basic.c 31 #include <netlink/route/cls/ematch.h>
105 nl_dump(p, " ematch");
120 nl_dump_line(p, " ematch ");
  /external/libnl/include/netlink/route/cls/ematch/
cmp.h 2 * netlink/route/cls/ematch/cmp.h Simple Comparison
16 #include <netlink/route/cls/ematch.h>
  /external/libnl/lib/route/cls/ematch/
cmp.c 2 * lib/route/cls/ematch/cmp.c Simple packet data comparison ematch
13 * @ingroup ematch
22 #include <netlink/route/cls/ematch.h>
25 void rtnl_ematch_cmp_set(struct rtnl_ematch *ematch,
28 memcpy(rtnl_ematch_data(ematch), cfg, sizeof(*cfg));
31 struct tcf_em_cmp *rtnl_ematch_cmp_get(struct rtnl_ematch *ematch)
33 return rtnl_ematch_data(ematch);
container.c 2 * lib/route/cls/ematch/container.c Container Ematch
15 #include <netlink/route/cls/ematch.h>
  /external/iproute2/tc/
m_ematch.h 56 struct ematch struct
63 struct ematch *child;
64 struct ematch *next;
67 static inline struct ematch * new_ematch(struct bstr *args, int inverted)
69 struct ematch *e = calloc(1, sizeof(*e));
80 extern void print_ematch_tree(const struct ematch *tree);
emp_ematch.y 17 struct ematch *e;
23 extern struct ematch *ematch_root;
m_ematch.c 37 struct ematch *ematch_root;
45 "Error: Unable to find ematch \"%s\" in %s\n" \
46 "Please assign a unique ID to the ematch kind the suggested " \
71 fprintf(stderr, "ematch map %s corrupted at %s\n",
109 fprintf(stderr, "ematch map %s corrupted at %s\n",
173 static int parse_tree(struct nlmsghdr *n, struct ematch *tree)
176 struct ematch *t;
204 fprintf(stderr, "Unknown ematch \"%s\"\n",
227 static int flatten_tree(struct ematch *head, struct ematch *tree
    [all...]
  /external/libnl/src/cls/
cgroup.c 13 #include <netlink/route/cls/ematch.h>
22 " -e, --ematch=MATCH Extended match (See --ematch help).\n"
34 { "ematch", 1, 0, 'e' },
53 fatal(err, "Error while parsing ematch: %s",
57 fatal(err, "Unable to set ematch: %s",
utils.h 16 #include <netlink/route/cls/ematch.h>
basic.c 13 #include <netlink/route/cls/ematch.h>
22 " -e, --ematch=MATCH Extended match (See --ematch help).\n"
36 { "ematch", 1, 0, 'e' },
55 fatal(err, "Error while parsing ematch: %s",
59 fatal(err, "Unable to set ematch: %s",
  /external/libnl/include/netlink/cli/
utils.h 43 #include <netlink/route/cls/ematch.h>

Completed in 423 milliseconds