Home
last modified time | relevance | path

Searched refs:rtnl_ematch (Results 1 – 7 of 7) sorted by relevance

/external/libnl/include/netlink/route/cls/
Dematch.h23 struct rtnl_ematch;
32 int (*eo_parse)(struct rtnl_ematch *,
34 void (*eo_dump)(struct rtnl_ematch *,
47 extern struct rtnl_ematch *
49 extern void rtnl_ematch_add_child(struct rtnl_ematch *,
50 struct rtnl_ematch *);
51 extern void rtnl_ematch_unlink(struct rtnl_ematch *);
52 extern void rtnl_ematch_free(struct rtnl_ematch *);
54 extern void * rtnl_ematch_data(struct rtnl_ematch *);
55 extern void rtnl_ematch_set_flags(struct rtnl_ematch *, uint16_t);
[all …]
/external/libnl/lib/route/cls/
Dematch.c109 struct rtnl_ematch *rtnl_ematch_alloc(struct rtnl_ematch_ops *ops) in rtnl_ematch_alloc()
111 struct rtnl_ematch *e; in rtnl_ematch_alloc()
133 void rtnl_ematch_add_child(struct rtnl_ematch *parent, in rtnl_ematch_add_child()
134 struct rtnl_ematch *child) in rtnl_ematch_add_child()
143 void rtnl_ematch_unlink(struct rtnl_ematch *ematch) in rtnl_ematch_unlink()
148 void rtnl_ematch_free(struct rtnl_ematch *ematch) in rtnl_ematch_free()
156 void rtnl_ematch_set_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_set_flags()
161 void rtnl_ematch_unset_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_unset_flags()
166 uint16_t rtnl_ematch_get_flags(struct rtnl_ematch *ematch) in rtnl_ematch_get_flags()
171 void *rtnl_ematch_data(struct rtnl_ematch *ematch) in rtnl_ematch_data()
[all …]
/external/libnl/lib/route/cls/ematch/
Dcmp.c25 void rtnl_ematch_cmp_set(struct rtnl_ematch *ematch, in rtnl_ematch_cmp_set()
31 struct tcf_em_cmp *rtnl_ematch_cmp_get(struct rtnl_ematch *ematch) in rtnl_ematch_cmp_get()
78 static int cmp_parse(struct rtnl_ematch *m, void *data, size_t len) in cmp_parse()
85 static void cmp_dump(struct rtnl_ematch *m, struct nl_dump_params *p) in cmp_dump()
Dcontainer.c17 static int container_parse(struct rtnl_ematch *m, void *data, size_t len) in container_parse()
/external/libnl/include/netlink/route/cls/ematch/
Dcmp.h22 extern void rtnl_ematch_cmp_set(struct rtnl_ematch *,
25 rtnl_ematch_cmp_get(struct rtnl_ematch *);
/external/libnl/src/cls/
Dutils.h34 void (*parse_argv)(struct rtnl_ematch *, int, char **);
/external/libnl/include/
Dnetlink-types.h514 struct rtnl_ematch struct