aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r--include/linux/bpf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index e4d4c1771ab0..fd06ada941ad 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -202,6 +202,8 @@ enum bpf_arg_type {
202 ARG_ANYTHING, /* any (initialized) argument is ok */ 202 ARG_ANYTHING, /* any (initialized) argument is ok */
203 ARG_PTR_TO_SPIN_LOCK, /* pointer to bpf_spin_lock */ 203 ARG_PTR_TO_SPIN_LOCK, /* pointer to bpf_spin_lock */
204 ARG_PTR_TO_SOCK_COMMON, /* pointer to sock_common */ 204 ARG_PTR_TO_SOCK_COMMON, /* pointer to sock_common */
205 ARG_PTR_TO_INT, /* pointer to int */
206 ARG_PTR_TO_LONG, /* pointer to long */
205}; 207};
206 208
207/* type of values returned from helper functions */ 209/* type of values returned from helper functions */