On 8/7/19 8:47 AM, Stanislav Fomichev wrote: > Sync new sk storage clone flag. > > Cc: Martin KaFai Lau <kafai@xxxxxx> > Signed-off-by: Stanislav Fomichev <sdf@xxxxxxxxxx> Acked-by: Yonghong Song <yhs@xxxxxx> > --- > tools/include/uapi/linux/bpf.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h > index 4393bd4b2419..00459ca4c8cf 100644 > --- a/tools/include/uapi/linux/bpf.h > +++ b/tools/include/uapi/linux/bpf.h > @@ -2931,6 +2931,7 @@ enum bpf_func_id { > > /* BPF_FUNC_sk_storage_get flags */ > #define BPF_SK_STORAGE_GET_F_CREATE (1ULL << 0) > +#define BPF_SK_STORAGE_GET_F_CLONE (1ULL << 1) > > /* Mode for BPF_FUNC_skb_adjust_room helper. */ > enum bpf_adj_room_mode { >