Searched refs:A_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 | 22 #define A_OF_PORT_A (map_fd[4]) /* Test case #0 */ macro 59 ret = bpf_map_update_elem(A_OF_PORT_A, &port_key, &PORT_A, BPF_ANY); in populate_map() 61 check_map_id(PORT_A, A_OF_PORT_A, port_key); in populate_map()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_map_in_map_user.c | 23 #define A_OF_PORT_A (map_fd[4]) /* Test case #0 */ macro 60 ret = bpf_map_update_elem(A_OF_PORT_A, &port_key, &PORT_A, BPF_ANY); in populate_map() 62 check_map_id(PORT_A, A_OF_PORT_A, port_key); in populate_map()
|
Completed in 2 milliseconds