Searched refs:H_OF_PORT_H (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_map_in_map_user.c | 24 #define H_OF_PORT_H (map_fd[6]) /* Test case #2 */ macro 67 ret = bpf_map_update_elem(H_OF_PORT_H, &port_key, &PORT_H, BPF_NOEXIST); in populate_map() 69 check_map_id(PORT_H, H_OF_PORT_H, port_key); in populate_map()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_map_in_map_user.c | 25 #define H_OF_PORT_H (map_fd[6]) /* Test case #2 */ macro 68 ret = bpf_map_update_elem(H_OF_PORT_H, &port_key, &PORT_H, BPF_NOEXIST); in populate_map() 70 check_map_id(PORT_H, H_OF_PORT_H, port_key); in populate_map()
|
Completed in 1 milliseconds