Searched refs:location (Results 1 – 2 of 2) sorted by relevance
36 if (labels->labels[filter->k].location == 0xffffffff) { in bpf_resolve_jumps()41 filter->k = labels->labels[filter->k].location - in bpf_resolve_jumps()47 if (labels->labels[filter->k].location != 0xffffffff) { in bpf_resolve_jumps()52 labels->labels[filter->k].location = insn; in bpf_resolve_jumps()74 begin->location = 0xffffffff; in seccomp_bpf_label()84 begin->location = 0xffffffff; in seccomp_bpf_label()
30 __u32 location; member