Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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
H A Dcore_reloc_types.h23 struct core_reloc_module_output { struct
24 long long len;
25 long long off;
26 int read_ctx_sz;
27 bool read_ctx_exists;
28 bool buf_exists;
29 bool len_exists;
30 bool off_exists;
32 char comm[sizeof("test_progs")];
33 int comm_len;