Searched defs:key_struct (Results 1 – 3 of 3) sorted by relevance
49 struct my_key key_struct = { .x = 1 }; in BPF_PROG() local64 struct my_key key_struct = { .x = 2 }; in BPF_PROG() local
43 key_type key_struct = { .x = 2 }; in BPF_PROG() local58 key_type key_struct = { .x = 1 }; in BPF_PROG() local
92 } key_struct; member