From: Jonathan Lemon Date: Thu, 6 Jun 2019 20:59:41 +0000 (-0700) Subject: bpf/tools: sync bpf.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=91eda5998c313282b5acfcc0b5133556382d0737;p=openwrt%2Fstaging%2Fblogic.git bpf/tools: sync bpf.h Sync uapi/linux/bpf.h Signed-off-by: Jonathan Lemon Acked-by: Martin KaFai Lau Signed-off-by: Alexei Starovoitov --- diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 7c6aef253173..ae0907d8c03a 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -3083,6 +3083,10 @@ struct bpf_sock_tuple { }; }; +struct bpf_xdp_sock { + __u32 queue_id; +}; + #define XDP_PACKET_HEADROOM 256 /* User return codes for XDP prog type.