On Thu, 2017-02-16 at 17:22 +0100, Andrey Konovalov wrote: > In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet > is forcibly freed via __kfree_skb in dccp_rcv_state_process if > dccp_v6_conn_request successfully returns. > > goto discard;
Thanks a lot Andrey ! Acked-by: Eric Dumazet <eduma...@google.com>