OP_LT
case OP_LT:
{ "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, \
{ "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4,
{ "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4,
{ "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4,
C( OP_LT, "<" ), \
case OP_LT: { \
case OP_LT:
enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE };
case OP_LT: return OP_GE;
case OP_GE: return OP_LT;
case OP_LT: return "<";
case OP_LT: return (T)x.a < (T)y.b; \
case OP_LT:
case OP_LT: op_code = spec.compare_signed ? BPF_JSLT : BPF_JLT; break;
case OP_LT: return value < f->value - eps;
case OP_LT: return value < f->value;
{ OP_LT, "<" },