Home
last modified time | relevance | path

Searched refs:OP_EQ (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sun/
Dcassini.h2150 #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.4.14/kernel/trace/
Dtrace_events_filter.c42 OP_EQ, enumerator
65 { OP_EQ, "==", 4 },
265 case OP_EQ: in filter_pred_cpu()
979 (op != OP_EQ && op != OP_NE && op != OP_GLOB)) in is_legal_op()
994 if (op == OP_EQ || op == OP_NE) in select_comparison_fn()
1002 if (op == OP_EQ || op == OP_NE) in select_comparison_fn()
1010 if (op == OP_EQ || op == OP_NE) in select_comparison_fn()
1018 if (op == OP_EQ || op == OP_NE) in select_comparison_fn()
2216 if ((pred->op != OP_EQ) && (pred->op != OP_NE)) in ftrace_function_check_pred()
2246 *err = __ftrace_function_set_filter(pred->op == OP_EQ, in ftrace_function_set_filter_cb()