Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6-block.git] / include / uapi / linux / bpf.h
index 6496f98d3d681f5434950a294a1174ac4a275840..ee2193287cbe4a3e3e2bcb822b87cda97cf6f2d6 100644 (file)
@@ -327,6 +327,9 @@ enum bpf_func_id {
 #define BPF_F_FAST_STACK_CMP           (1ULL << 9)
 #define BPF_F_REUSE_STACKID            (1ULL << 10)
 
+/* BPF_FUNC_skb_set_tunnel_key flags. */
+#define BPF_F_ZERO_CSUM_TX             (1ULL << 1)
+
 /* user accessible mirror of in-kernel sk_buff.
  * new fields can only be added to the end of this structure
  */