On Mon, Sep 18, 2017 at 12:07 PM, Eric Dumazet <[email protected]> wrote:
> +                       scratch = skb_put(skb, env->buflen);
> +                       memcpy(scratch, env->buf, env->buflen);

skb_put_data()

Reply via email to