Searched refs:H_OF_PORT_A (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_map_in_map_user.c | 23 #define H_OF_PORT_A (map_fd[5]) /* Test case #1 */ macro 63 ret = bpf_map_update_elem(H_OF_PORT_A, &port_key, &PORT_A, BPF_NOEXIST); in populate_map() 65 check_map_id(PORT_A, H_OF_PORT_A, port_key); in populate_map()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_map_in_map_user.c | 24 #define H_OF_PORT_A (map_fd[5]) /* Test case #1 */ macro 64 ret = bpf_map_update_elem(H_OF_PORT_A, &port_key, &PORT_A, BPF_NOEXIST); in populate_map() 66 check_map_id(PORT_A, H_OF_PORT_A, port_key); in populate_map()
|
Completed in 2 milliseconds