Searched refs:BPF_LD_ABS (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/bpf/verifier/ |
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 …]
|
A D | ref_tracking.c | 389 BPF_LD_ABS(BPF_B, 0), 390 BPF_LD_ABS(BPF_H, 0), 391 BPF_LD_ABS(BPF_W, 0), 402 BPF_LD_ABS(BPF_B, 0), 403 BPF_LD_ABS(BPF_H, 0), 404 BPF_LD_ABS(BPF_W, 0),
|
A D | calls.c | 676 BPF_LD_ABS(BPF_B, 0), 677 BPF_LD_ABS(BPF_H, 0), 678 BPF_LD_ABS(BPF_W, 0), 683 BPF_LD_ABS(BPF_B, 0), 684 BPF_LD_ABS(BPF_H, 0), 685 BPF_LD_ABS(BPF_W, 0),
|
A D | spin_lock.c | 322 BPF_LD_ABS(BPF_B, 0),
|
/linux/samples/bpf/ |
A D | sock_example.c | 49 BPF_LD_ABS(BPF_B, ETH_HLEN + offsetof(struct iphdr, protocol) /* R0 = ip->proto */), in test_sock()
|
A D | bpf_insn.h | 109 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
/linux/tools/testing/selftests/bpf/ |
A D | test_verifier.c | 157 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_ld_abs_vlan_push_pop() 171 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_ld_abs_vlan_push_pop() 205 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_jump_around_ld_abs() 209 insn[i++] = BPF_LD_ABS(BPF_B, 1); in bpf_fill_jump_around_ld_abs()
|
/linux/tools/include/linux/ |
A D | filter.h | 134 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
/linux/include/linux/ |
A D | filter.h | 228 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
Completed in 17 milliseconds