BPF_SYNCOOKIE_WSCALE_MASK
ctx->attrs.snd_wscale >= BPF_SYNCOOKIE_WSCALE_MASK)
hash |= ctx->attrs.snd_wscale & BPF_SYNCOOKIE_WSCALE_MASK;
ctx->attrs.snd_wscale = cookie & BPF_SYNCOOKIE_WSCALE_MASK;
ctx->attrs.wscale_ok = ctx->attrs.snd_wscale == BPF_SYNCOOKIE_WSCALE_MASK;