Home
last modified time | relevance | path

Searched defs:core_reloc_module_output (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_module.c25 struct core_reloc_module_output { struct
44 struct core_reloc_module_output *out = (void *)&data.out; in BPF_PROG() argument
Dcore_reloc_types.h22 struct core_reloc_module_output { struct
23 long long len;
24 long long off;
25 int read_ctx_sz;
26 bool read_ctx_exists;
27 bool buf_exists;
28 bool len_exists;
29 bool off_exists;
31 char comm[sizeof("test_progs")];
32 int comm_len;