Searched refs:BPF_LD_ABS (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/verifier/ |
| H A D | ld_abs.c | 6 BPF_LD_ABS(BPF_W, -0x200000), 76 BPF_LD_ABS(BPF_B, 0), 77 BPF_LD_ABS(BPF_H, 0), 78 BPF_LD_ABS(BPF_W, 0), 86 BPF_LD_ABS(BPF_B, 0), 87 BPF_LD_ABS(BPF_H, 0), 88 BPF_LD_ABS(BPF_W, 0), 100 BPF_LD_ABS(BPF_DW, 0), 123 BPF_LD_ABS(BPF_H, 12), 169 BPF_LD_ABS(BPF_B, 3), [all …]
|
| H A D | calls.c | 943 BPF_LD_ABS(BPF_B, 0), 944 BPF_LD_ABS(BPF_H, 0), 945 BPF_LD_ABS(BPF_W, 0), 950 BPF_LD_ABS(BPF_B, 0), 951 BPF_LD_ABS(BPF_H, 0), 952 BPF_LD_ABS(BPF_W, 0),
|
| /linux-6.15/samples/bpf/ |
| H A D | sock_example.c | 50 BPF_LD_ABS(BPF_B, ETH_HLEN + offsetof(struct iphdr, protocol) /* R0 = ip->proto */), in test_sock()
|
| H A D | bpf_insn.h | 109 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 198 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_ld_abs_vlan_push_pop() 212 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_ld_abs_vlan_push_pop() 246 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_jump_around_ld_abs() 250 insn[i++] = BPF_LD_ABS(BPF_B, 1); in bpf_fill_jump_around_ld_abs()
|
| /linux-6.15/tools/include/linux/ |
| H A D | filter.h | 152 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
| /linux-6.15/include/linux/ |
| H A D | filter.h | 305 #define BPF_LD_ABS(SIZE, IMM) \ macro
|