]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/bpf.h
tc: bpf: generalize pedit action
[mirror_ubuntu-artful-kernel.git] / include / linux / bpf.h
index 280a315de8d6c8bc6eecf4ef08d0c7bac27f3caa..d5cda067115aaaa0f2b00a41c5a3d8c68ad114b3 100644 (file)
@@ -59,6 +59,7 @@ enum bpf_arg_type {
        ARG_PTR_TO_STACK,       /* any pointer to eBPF program stack */
        ARG_CONST_STACK_SIZE,   /* number of bytes accessed from stack */
 
+       ARG_PTR_TO_CTX,         /* pointer to context */
        ARG_ANYTHING,           /* any (initialized) argument is ok */
 };