Lines Matching refs:idx
6013 * This is for "byte {idx} {op} {val}"; "idx" is treated as relative to
6023 gen_byteop(op, idx, val)
6024 int op, idx, val;
6034 return gen_cmp(OR_LINK, (u_int)idx, BPF_B, (bpf_int32)val);
6037 b = gen_cmp_lt(OR_LINK, (u_int)idx, BPF_B, (bpf_int32)val);
6041 b = gen_cmp_gt(OR_LINK, (u_int)idx, BPF_B, (bpf_int32)val);