Searched refs:BPF_RET (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 284 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST() 315 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST() 352 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST() 390 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST() 413 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST() 438 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST() 474 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in TEST() 496 BPF_STMT(BPF_RET|BPF_K, 0x10000000U), in TEST_SIGNAL() 518 BPF_STMT(BPF_RET|BPF_K, 0x90000000U), in TEST_SIGNAL() 539 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL), in TEST_SIGNAL() [all …]
|
D | seccomp_benchmark.c | 63 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in main()
|
/tools/include/uapi/linux/ |
D | bpf_common.h | 13 #define BPF_RET 0x06 macro
|
/tools/bpf/ |
D | bpf_dbg.c | 170 [BPF_RET] = "ret", 223 case BPF_RET | BPF_K: in bpf_disasm() 224 op = op_table[BPF_RET]; in bpf_disasm() 227 case BPF_RET | BPF_A: in bpf_disasm() 228 op = op_table[BPF_RET]; in bpf_disasm() 231 case BPF_RET | BPF_X: in bpf_disasm() 232 op = op_table[BPF_RET]; in bpf_disasm() 640 case BPF_RET | BPF_K: in bpf_single_step() 644 case BPF_RET | BPF_A: in bpf_single_step() 648 case BPF_RET | BPF_X: in bpf_single_step()
|
D | bpf_exp.y | 444 bpf_set_curr_instr(BPF_RET | BPF_A, 0, 0, 0); } 446 bpf_set_curr_instr(BPF_RET | BPF_A, 0, 0, 0); } 448 bpf_set_curr_instr(BPF_RET | BPF_X, 0, 0, 0); } 450 bpf_set_curr_instr(BPF_RET | BPF_X, 0, 0, 0); } 452 bpf_set_curr_instr(BPF_RET | BPF_K, 0, 0, $3); }
|
/tools/testing/selftests/net/ |
D | reuseport_bpf_cpu.c | 83 { BPF_RET | BPF_A, 0, 0, 0 }, in attach_bpf()
|
D | reuseport_bpf.c | 141 { BPF_RET | BPF_A, 0, 0, 0 }, in attach_cbpf() 348 struct sock_filter ccode[] = {{ BPF_RET | BPF_A, 0, 0, 0 }}; in test_filter_no_reuseport()
|
D | psock_fanout.c | 102 BPF_STMT(BPF_RET+BPF_A, 0), /* ret A */ in sock_fanout_set_cbpf()
|