Lines Matching +full:foo +full:- +full:queue
1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 bpftool-map
6 -------------------------------------------------------------------------------
8 -------------------------------------------------------------------------------
19 *OPTIONS* := { |COMMON_OPTIONS| | { **-f** | **--bpffs** } | { **-n** | **--nomount** } }
57 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
82 To create maps of type array-of-maps or hash-of-maps, the **inner_map**
137 Peek next value in the queue or stack.
146 Enqueue *VALUE* into the queue.
149 Dequeue and print value from the queue.
152 Freeze the map as read-only from user space. Entries from a frozen map can
165 -f, --bpffs
168 -n, --nomount
214 | **# mount -t bpf none /sys/fs/bpf/**
220 programs used for tail-call jumps at runtime, without having to reload the
221 entry-point program. Below is an example for this use case: we load a program
230 | **# bpftool prog loadall tail_calls.o /sys/fs/bpf/foo type xdp**
231 | **# bpftool prog --bpffs**
236 loaded_at 2018-12-12T15:02:58+0000 uid 0
238 pinned /sys/fs/bpf/foo/xdp
240 loaded_at 2018-12-12T15:02:58+0000 uid 0
242 pinned /sys/fs/bpf/foo/process
244 loaded_at 2018-12-12T15:02:58+0000 uid 0
246 pinned /sys/fs/bpf/foo/debug
265 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**