Searched refs:bpf_do_map (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | fds_example.c | 76 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map() function 186 return bpf_do_map(file, flags, key, value); in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | fds_example.c | 77 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map() function 188 return bpf_do_map(file, flags, key, value); in main()
|
Completed in 2 milliseconds