Home
last modified time | relevance | path

Searched refs:my_value (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dlinked_maps1.c9 struct my_value { long x; }; argument
14 __type(value, struct my_value);
50 struct my_value val_struct = { .x = 1000 }; in BPF_PROG()
65 struct my_value *value_struct; in BPF_PROG()
A Dtest_skeleton.c58 struct my_value { int x, y, z; }; struct
61 static struct my_value zero_value SEC(".data.non_mmapable");
66 __type(value, struct my_value);
A Dlinked_maps2.c10 typedef struct my_value { long x; } value_type; argument

Completed in 6 milliseconds