Searched refs:meta_type_ops (Results 1 – 1 of 1) sorted by relevance
789 struct meta_type_ops { struct797 static const struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX + 1] = { argument813 static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v) in meta_type_ops() function837 if (meta_type_ops(v)->apply_extras) in meta_get()838 meta_type_ops(v)->apply_extras(v, dst); in meta_get()854 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match()871 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete()888 return meta_type_ops(dst)->change(dst, nla); in meta_change_data()966 const struct meta_type_ops *ops; in em_meta_dump()975 ops = meta_type_ops(&meta->lvalue); in em_meta_dump()