Lines Matching refs:lvalue
23 * lvalue rvalue
85 struct meta_value lvalue;
850 if (meta_get(skb, info, &meta->lvalue, &l_value) < 0 ||
854 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
856 switch (meta->lvalue.hdr.op) {
871 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
874 ops->destroy(&meta->lvalue);
933 memcpy(&meta->lvalue.hdr, &hdr->left, sizeof(hdr->left));
936 if (!meta_is_supported(&meta->lvalue) ||
942 if (meta_change_data(&meta->lvalue, tb[TCA_EM_META_LVALUE]) < 0 ||
969 memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left));
975 ops = meta_type_ops(&meta->lvalue);
976 if (ops->dump(skb, &meta->lvalue, TCA_EM_META_LVALUE) < 0 ||