OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ematch
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
m_ematch.h
57
struct
ematch
struct
64
struct
ematch
*child;
65
struct
ematch
*next;
68
static inline struct
ematch
* new_ematch(struct bstr *args, int inverted)
70
struct
ematch
*e = calloc(1, sizeof(*e));
81
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 3148 milliseconds