meta_type_ops
static const struct meta_type_ops __meta_type_ops[TCF_META_TYPE_MAX + 1] = {
static inline const struct meta_type_ops *meta_type_ops(struct meta_value *v)
if (meta_type_ops(v)->apply_extras)
meta_type_ops(v)->apply_extras(v, dst);
r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
return meta_type_ops(dst)->change(dst, nla);
const struct meta_type_ops *ops;
ops = meta_type_ops(&meta->lvalue);