D | test_sockmap_kern.h | 237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 251 end_push = bpf_map_lookup_elem(&sock_bytes, &three); in bpf_prog4() 264 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 281 end_push = bpf_map_lookup_elem(&sock_bytes, &three); in bpf_prog6() 341 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog10() local 354 end_push = bpf_map_lookup_elem(&sock_bytes, &three); in bpf_prog10()
|