skb_is_tcp_pure_ack
if (skb_is_tcp_pure_ack(skb))
skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree;
!skb || !skb_is_tcp_pure_ack(skb) ||