Home | History | Annotate | Download | only in cls

Lines Matching refs:rtnl_ematch

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);
56 extern void rtnl_ematch_unset_flags(struct rtnl_ematch *, uint16_t);
57 extern uint16_t rtnl_ematch_get_flags(struct rtnl_ematch *);
65 struct rtnl_ematch *);