Home
last modified time | relevance | path

Searched refs:size_key (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_tc_kern.c25 __u32 size_key; member
35 .size_key = sizeof(uint32_t),
H A Dlwt_len_hist_kern.c28 __u32 size_key; member
38 .size_key = sizeof(__u64),
H A Dtc_l2_redirect_kern.c25 __u32 size_key; member
42 .size_key = sizeof(int),
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c35 __u32 size_key; member
43 .size_key = sizeof(int),
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c36 __u32 size_key; member
44 .size_key = sizeof(int),
/kernel/linux/linux-6.6/samples/bpf/
H A Dtc_l2_redirect_kern.c25 __u32 size_key; member
42 .size_key = sizeof(int),
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier.c380 static int __create_map(uint32_t type, uint32_t size_key, in __create_map() argument
386 fd = bpf_create_map(type, size_key, size_value, max_elem, in __create_map()
398 static int create_map(uint32_t type, uint32_t size_key, in create_map() argument
401 return __create_map(type, size_key, size_value, max_elem, 0); in create_map()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds