Home
last modified time | relevance | path

Searched refs:BPF_A (Results 1 – 6 of 6) sorted by relevance

/tools/include/uapi/linux/
Dfilter.h38 #define BPF_A 0x10 macro
/tools/testing/selftests/net/
Dreuseport_bpf_cpu.c83 { BPF_RET | BPF_A, 0, 0, 0 }, in attach_bpf()
Dreuseport_bpf.c141 { 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()
Dpsock_fanout.c115 BPF_STMT(BPF_RET | BPF_A, 0), /* ret A */ in sock_fanout_set_cbpf()
/tools/bpf/
Dbpf_exp.y444 bpf_set_curr_instr(BPF_RET | BPF_A, 0, 0, 0); }
446 bpf_set_curr_instr(BPF_RET | BPF_A, 0, 0, 0); }
Dbpf_dbg.c227 case BPF_RET | BPF_A: in bpf_disasm()
644 case BPF_RET | BPF_A: in bpf_single_step()