Searched refs:size_key (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/progs/ |
| D | test_sk_assign.c | 36 __u32 size_key; member 44 .size_key = sizeof(int),
|
| /Linux-v6.6/samples/bpf/ |
| D | tc_l2_redirect_kern.c | 25 __u32 size_key; member 42 .size_key = sizeof(int),
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | test_verifier.c | 543 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()
|