Searched refs:meta_type_ops (Results 1 – 1 of 1) sorted by relevance
792 struct meta_type_ops { struct800 static const struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX + 1] = { argument816 static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v) in meta_type_ops() function840 if (meta_type_ops(v)->apply_extras) in meta_get()841 meta_type_ops(v)->apply_extras(v, dst); in meta_get()857 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match()874 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete()891 return meta_type_ops(dst)->change(dst, nla); in meta_change_data()969 const struct meta_type_ops *ops; in em_meta_dump()978 ops = meta_type_ops(&meta->lvalue); in em_meta_dump()