Searched refs:OP_EQ (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | cassini.h | 2150 #define OP_EQ 0 /* packet == value */ macro 2204 { "VLAN?", 0xffff, 0x8100, OP_EQ, 1, S1_CFI, 0, S1_8023, \ 2206 { "CFI?", 0x1000, 0x1000, OP_EQ, 0, S1_DROP, 1, S1_8023, \ 2210 { "LLC?", 0xffff, 0xaaaa, OP_EQ, 1, S1_LLCc, 0, S1_CLNP, \ 2212 { "LLCc?", 0xff00, 0x0300, OP_EQ, 2, S1_IPV4, 0, S1_CLNP, \ 2214 { "IPV4?", 0xffff, 0x0800, OP_EQ, 1, S1_IPV4c, 0, S1_IPV6, \ 2216 { "IPV4 cont?", 0xff00, 0x4500, OP_EQ, 3, S1_IPV4F, 0, S1_CLNP, \ 2218 { "IPV4 frag?", 0x3fff, 0x0000, OP_EQ, 1, S1_TCP44, 0, S1_CLNP, \ 2220 { "TCP44?", 0x00ff, 0x0006, OP_EQ, 7, S1_TCPSQ, 0, S1_CLNP, \ 2222 { "IPV6?", 0xffff, 0x86dd, OP_EQ, 1, S1_IPV6L, 0, S1_CLNP, \ [all …]
|
/linux-4.1.27/kernel/trace/ |
D | trace_events_filter.c | 42 OP_EQ, enumerator 65 { OP_EQ, "==", 4 }, 935 (op != OP_EQ && op != OP_NE && op != OP_GLOB)) in is_legal_op() 950 if (op == OP_EQ || op == OP_NE) in select_comparison_fn() 958 if (op == OP_EQ || op == OP_NE) in select_comparison_fn() 966 if (op == OP_EQ || op == OP_NE) in select_comparison_fn() 974 if (op == OP_EQ || op == OP_NE) in select_comparison_fn() 2166 if ((pred->op != OP_EQ) && (pred->op != OP_NE)) in ftrace_function_check_pred() 2196 *err = __ftrace_function_set_filter(pred->op == OP_EQ, in ftrace_function_set_filter_cb()
|