Home
last modified time | relevance | path

Searched defs:key_struct (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_maps1.c49 struct my_key key_struct = { .x = 1 }; in BPF_PROG() local
64 struct my_key key_struct = { .x = 2 }; in BPF_PROG() local
H A Dlinked_maps2.c43 key_type key_struct = { .x = 2 }; in BPF_PROG() local
58 key_type key_struct = { .x = 1 }; in BPF_PROG() local
/openbmc/linux/include/linux/
H A Dlsm_audit.h92 } key_struct; member