Searched refs:BPF_LD (Results 1 – 2 of 2) sorted by relevance
136 .code = BPF_LD | BPF_DW | BPF_IMM, \176 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \186 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \434 case BPF_LD | BPF_W | BPF_LEN: in bpf_needs_clear_a()437 case BPF_LD | BPF_W | BPF_ABS: in bpf_needs_clear_a()438 case BPF_LD | BPF_H | BPF_ABS: in bpf_needs_clear_a()439 case BPF_LD | BPF_B | BPF_ABS: in bpf_needs_clear_a()454 case BPF_LD | BPF_W | BPF_ABS: in bpf_anc_helper()455 case BPF_LD | BPF_H | BPF_ABS: in bpf_anc_helper()456 case BPF_LD | BPF_B | BPF_ABS: in bpf_anc_helper()
6 #define BPF_LD 0x00 macro