Lines Matching defs:ematch
149 void rtnl_ematch_unlink(struct rtnl_ematch *ematch) in rtnl_ematch_unlink()
161 void rtnl_ematch_free(struct rtnl_ematch *ematch) in rtnl_ematch_free()
169 int rtnl_ematch_set_ops(struct rtnl_ematch *ematch, struct rtnl_ematch_ops *ops) in rtnl_ematch_set_ops()
188 int rtnl_ematch_set_kind(struct rtnl_ematch *ematch, uint16_t kind) in rtnl_ematch_set_kind()
203 int rtnl_ematch_set_name(struct rtnl_ematch *ematch, const char *name) in rtnl_ematch_set_name()
218 void rtnl_ematch_set_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_set_flags()
223 void rtnl_ematch_unset_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_unset_flags()
228 uint16_t rtnl_ematch_get_flags(struct rtnl_ematch *ematch) in rtnl_ematch_get_flags()
233 void *rtnl_ematch_data(struct rtnl_ematch *ematch) in rtnl_ematch_data()
355 struct rtnl_ematch *ematch) in rtnl_ematch_tree_add()
360 static inline uint32_t container_ref(struct rtnl_ematch *ematch) in container_ref()
368 struct rtnl_ematch *ematch; in link_tree() local
449 struct rtnl_ematch *ematch; in rtnl_ematch_parse_attr() local