Skip to content

Commit

Permalink
docs: Add missing code block closure
Browse files Browse the repository at this point in the history
Signed-off-by: Mauricio Vásquez <[email protected]>
  • Loading branch information
mauriciovasquezbernal authored and yonghong-song committed Oct 7, 2020
1 parent 5fe3576 commit 5e55c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ BPF_ITER(task)
... task->pid, task->tgid, task->comm, ...
return 0;
}
```

BPF iterators are introduced in 5.8 kernel for task, task_file, bpf_map, netlink_sock and ipv6_route . In 5.9, support is added to tcp/udp sockets and bpf map element (hashmap, arraymap and sk_local_storage_map) traversal.

Expand Down

0 comments on commit 5e55c22

Please sign in to comment.