Searched refs:size_key (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | test_cgrp2_tc_kern.c | 25 __u32 size_key; member 35 .size_key = sizeof(uint32_t),
|
| D | lwt_len_hist_kern.c | 28 __u32 size_key; member 38 .size_key = sizeof(__u64),
|
| D | tc_l2_redirect_kern.c | 25 __u32 size_key; member 42 .size_key = sizeof(int),
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_verifier.c | 377 static int __create_map(uint32_t type, uint32_t size_key, in __create_map() argument 383 fd = bpf_create_map(type, size_key, size_value, max_elem, in __create_map() 395 static int create_map(uint32_t type, uint32_t size_key, in create_map() argument 398 return __create_map(type, size_key, size_value, max_elem, 0); in create_map()
|