Searched refs:OP_LT (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/sun/ |
| H A D | cassini.h | 2139 #define OP_LT 1 /* packet < value */ macro 2196 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, \ 2294 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, 2374 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, 2430 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4,
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 490 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; enumerator 495 case OP_LT: return OP_GE; in complement_op() 498 case OP_GE: return OP_LT; in complement_op() 508 case OP_LT: return "<"; in op_str() 527 case OP_LT: return (T)x.a < (T)y.b; \ in range_canbe_op() 599 case OP_LT: in range_cond() 948 case OP_LT: op_code = spec.compare_signed ? BPF_JSLT : BPF_JLT; break; in load_range_cmp_prog()
|
| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 30 C( OP_LT, "<" ), \ 717 case OP_LT: { \ 948 case OP_LT: in filter_pred_cpu()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 140 OP_LT, /* < */ enumerator 580 { OP_LT, "<" }, in append_filter() 2977 case OP_LT: return value < f->value - eps; in handle_comparison_mode() 3186 case OP_LT: return value < f->value; in output_prog_stats()
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera.c | 52 OP_LT, enumerator 615 case OP_LT: in altera_execute()
|