Lines Matching +full:foo +full:- +full:queue
2 bpftool-map
4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } |
16 { **-f** | **--bpffs** } | { **-n** | **--nomount** } }
54 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
81 To create maps of type array-of-maps or hash-of-maps, the
139 Peek next value in the queue or stack.
148 Enqueue *VALUE* into the queue.
151 Dequeue and print value from the queue.
154 Freeze the map as read-only from user space. Entries from a
168 -f, --bpffs
171 -n, --nomount
217 | **# mount -t bpf none /sys/fs/bpf/**
223 programs used for tail-call jumps at runtime, without having to reload the
224 entry-point program. Below is an example for this use case: we load a program
233 | **# bpftool prog loadall tail_calls.o /sys/fs/bpf/foo type xdp**
234 | **# bpftool prog --bpffs**
239 loaded_at 2018-12-12T15:02:58+0000 uid 0
241 pinned /sys/fs/bpf/foo/xdp
243 loaded_at 2018-12-12T15:02:58+0000 uid 0
245 pinned /sys/fs/bpf/foo/process
247 loaded_at 2018-12-12T15:02:58+0000 uid 0
249 pinned /sys/fs/bpf/foo/debug
268 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**