Home
last modified time | relevance | path

Searched refs:size_key (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c36 __u32 size_key; member
44 .size_key = sizeof(int),
/openbmc/linux/samples/bpf/
H A Dtc_l2_redirect_kern.c25 __u32 size_key; member
42 .size_key = sizeof(int),
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h363 void load_image_to_fw_cfg(FWCfgState *fw_cfg, uint16_t size_key,
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c543 static int __create_map(uint32_t type, uint32_t size_key, in __create_map() argument
551 fd = bpf_map_create(type, NULL, size_key, size_value, max_elem, &opts); in __create_map()
561 static int create_map(uint32_t type, uint32_t size_key, in create_map() argument
564 return __create_map(type, size_key, size_value, max_elem, 0); in create_map()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1222 void load_image_to_fw_cfg(FWCfgState *fw_cfg, uint16_t size_key, in load_image_to_fw_cfg() argument
1250 fw_cfg_add_i32(fw_cfg, size_key, size); in load_image_to_fw_cfg()