Home
last modified time | relevance | path

Searched defs:ematch (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/tc/
Dm_ematch.h57 struct ematch struct
64 struct ematch *child; argument
65 struct ematch *next; argument
/external/libnl/lib/route/cls/
Dematch.c148 void rtnl_ematch_unlink(struct rtnl_ematch *ematch) in rtnl_ematch_unlink()
160 void rtnl_ematch_free(struct rtnl_ematch *ematch) in rtnl_ematch_free()
168 int rtnl_ematch_set_ops(struct rtnl_ematch *ematch, struct rtnl_ematch_ops *ops) in rtnl_ematch_set_ops()
187 int rtnl_ematch_set_kind(struct rtnl_ematch *ematch, uint16_t kind) in rtnl_ematch_set_kind()
202 int rtnl_ematch_set_name(struct rtnl_ematch *ematch, const char *name) in rtnl_ematch_set_name()
217 void rtnl_ematch_set_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_set_flags()
222 void rtnl_ematch_unset_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_unset_flags()
227 uint16_t rtnl_ematch_get_flags(struct rtnl_ematch *ematch) in rtnl_ematch_get_flags()
232 void *rtnl_ematch_data(struct rtnl_ematch *ematch) in rtnl_ematch_data()
297 struct rtnl_ematch *ematch) in rtnl_ematch_tree_add()
[all …]