Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 10 of 10) sorted by relevance

/tools/include/uapi/asm-generic/
A Derrno.h54 #define EPROTO 71 /* Protocol error */ macro
/tools/arch/mips/include/uapi/asm/
A Derrno.h49 #define EPROTO 71 /* Protocol error */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h33 #define EPROTO 61 /* Protocol error */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h58 #define EPROTO 85 /* Protocol error */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h60 #define EPROTO 86 /* Protocol error */ macro
/tools/lib/bpf/
A Dstr_error.c91 case -EPROTO: return "-EPROTO"; in libbpf_errstr()
A Dbtf.c1327 err = -EPROTO; in btf_parse_raw()
1421 if (err != -EPROTO) in btf_parse()
A Dlibbpf.c10961 if (err == -EPROTO) in bpf_program__attach_perf_event_opts()
/tools/testing/selftests/bpf/prog_tests/
A Dbpf_nf.c119 ASSERT_EQ(skel->bss->test_eproto_l4proto, -EPROTO, "Test EPROTO for l4proto != TCP or UDP"); in test_bpf_nf_ct()
/tools/testing/selftests/bpf/progs/
A Dtest_bpf_nf.c8 #define EPROTO 71 macro

Completed in 42 milliseconds