Searched refs:my_value (Results 1 – 3 of 3) sorted by relevance
9 struct my_value { long x; }; argument14 __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()
58 struct my_value { int x, y, z; }; struct61 static struct my_value zero_value SEC(".data.non_mmapable");66 __type(value, struct my_value);
10 typedef struct my_value { long x; } value_type; argument
Completed in 6 milliseconds