Searched refs:EPROTO (Results 1 – 10 of 10) sorted by relevance
54 #define EPROTO 71 /* Protocol error */ macro
49 #define EPROTO 71 /* Protocol error */ macro
33 #define EPROTO 61 /* Protocol error */ macro
58 #define EPROTO 85 /* Protocol error */ macro
60 #define EPROTO 86 /* Protocol error */ macro
91 case -EPROTO: return "-EPROTO"; in libbpf_errstr()
1327 err = -EPROTO; in btf_parse_raw()1421 if (err != -EPROTO) in btf_parse()
10961 if (err == -EPROTO) in bpf_program__attach_perf_event_opts()
119 ASSERT_EQ(skel->bss->test_eproto_l4proto, -EPROTO, "Test EPROTO for l4proto != TCP or UDP"); in test_bpf_nf_ct()
8 #define EPROTO 71 macro
Completed in 42 milliseconds