Lines Matching refs:start
99 const uint8_t *start = *startp;
103 while (start + sizeof(struct bpf_insn) <= end)
109 memcpy(&i, start, sizeof(struct bpf_insn));
113 start += sizeof(struct bpf_insn);
125 if (start + sizeof(struct bpf_insn) > end)
127 start -= sizeof(struct bpf_insn);
128 *startp = start;
131 memcpy(&i2, start, sizeof(struct bpf_insn));
134 start += sizeof(struct bpf_insn);
496 *startp = start;