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

/linux-master/samples/bpf/
H A Dtest_map_in_map_user.c49 static void populate_map(uint32_t port_key, int magic_result) argument
53 ret = bpf_map_update_elem(PORT_A, &port_key, &magic_result, BPF_ANY);
56 ret = bpf_map_update_elem(PORT_H, &port_key, &magic_result,
78 int magic_result = 0xfaceb00c; local
83 populate_map(port_key, magic_result);
103 if (result != magic_result || inline_result != magic_result) {

Completed in 106 milliseconds