aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf.txt.const
diff options
context:
space:
mode:
authorPaul Chaignon <paul.chaignon@gmail.com>2023-11-07 20:41:30 +0100
committerAleksandr Nogikh <nogikh@google.com>2023-11-09 18:26:45 +0000
commitec3b566eb26bbe8fa4cf8a9f8625712a21286bf7 (patch)
tree5a138eb5cf00fcd632f8ebd4460c83531307eafc /sys/linux/bpf.txt.const
parentb642300f6a70aa7ee47406afa523da855fee4e59 (diff)
sys/linux: describe BPF helper call to bpf_ringbuf_query
This BPF helper has the prototype: bpf_ringbuf_query(void *ringbuf, u64 flags) Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
Diffstat (limited to 'sys/linux/bpf.txt.const')
-rw-r--r--sys/linux/bpf.txt.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/bpf.txt.const b/sys/linux/bpf.txt.const
index 9e476d995..154f11b67 100644
--- a/sys/linux/bpf.txt.const
+++ b/sys/linux/bpf.txt.const
@@ -69,6 +69,7 @@ BPF_FUNC_INFO_SIZE = 8
BPF_FUNC_ringbuf_discard = 133
BPF_FUNC_ringbuf_reserve = 131
BPF_FUNC_ringbuf_submit = 132
+BPF_FUNC_ringbuf_query = 134
BPF_FUNC_snprintf = 165
BPF_FUNC_tail_call = 12
BPF_FUNC_trace_printk = 6