Searched refs:rtnl_ematch (Results 1 – 7 of 7) sorted by relevance
/external/libnl/include/netlink/route/cls/ |
D | ematch.h | 23 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/ |
D | ematch.c | 109 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/ |
D | cmp.c | 25 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()
|
D | container.c | 17 static int container_parse(struct rtnl_ematch *m, void *data, size_t len) in container_parse()
|
/external/libnl/include/netlink/route/cls/ematch/ |
D | cmp.h | 22 extern void rtnl_ematch_cmp_set(struct rtnl_ematch *, 25 rtnl_ematch_cmp_get(struct rtnl_ematch *);
|
/external/libnl/src/cls/ |
D | utils.h | 34 void (*parse_argv)(struct rtnl_ematch *, int, char **);
|
/external/libnl/include/ |
D | netlink-types.h | 514 struct rtnl_ematch struct
|