···10021002 * transport header to point to ESP. Keep UDP on the stack10031003 * for later.10041004 */10051005- skb->h.raw = skb_pull(skb, len);10051005+ skb->h.raw = __skb_pull(skb, len);1006100610071007 /* modify the protocol (it's ESP!) */10081008 iph->protocol = IPPROTO_ESP;