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

  /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);
  /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...]

Completed in 197 milliseconds