Lines Matching refs:lvalue
23 * lvalue rvalue
85 struct meta_value lvalue;
853 if (meta_get(skb, info, &meta->lvalue, &l_value) < 0 ||
857 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
859 switch (meta->lvalue.hdr.op) {
874 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
877 ops->destroy(&meta->lvalue);
936 memcpy(&meta->lvalue.hdr, &hdr->left, sizeof(hdr->left));
939 if (!meta_is_supported(&meta->lvalue) ||
945 if (meta_change_data(&meta->lvalue, tb[TCA_EM_META_LVALUE]) < 0 ||
972 memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left));
978 ops = meta_type_ops(&meta->lvalue);
979 if (ops->dump(skb, &meta->lvalue, TCA_EM_META_LVALUE) < 0 ||