Searched refs:iterator (Results 1 – 2 of 2) sorted by relevance
31 A bpf iterator combines a kernel iterating of35 *read* kernel iterator output through *read()* syscall.37 The *pin* command creates a bpf iterator from *OBJ*,43 Map element bpf iterator requires an additional parameter49 User can then *cat PATH* to see the bpf iterator output.64 Create a file-based bpf iterator from bpf_iter_netlink.o and pin it71 Create a file-based bpf iterator from bpf_iter_hashmap.o and map with
13 static void *iterator(void *arg) in iterator() function67 if (pthread_create(&threads[0], NULL, iterator, &array)) { in iteration_test2()