Searched refs:OP_LT (Results 1 – 4 of 4) 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, "<" ), \ 93 * pred functions are OP_LE, OP_LT, OP_GE, OP_GT, and OP_BAND 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 561 { OP_LT, "<" }, 2923 case OP_LT: return value < f->value - eps; in is_join_stat_filter_matched() 3132 case OP_LT: return value < f->value; in is_stat_filter_matched()
|