Lines Matching refs:ntkoff
136 int ntkoff = skb_network_offset(skb);
139 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) ||
140 skb_try_make_writable(skb, hl + ntkoff))
387 int ntkoff;
389 ntkoff = skb_network_offset(skb);
391 if (!pskb_may_pull(skb, sizeof(*iph) + ntkoff))
435 if (skb_try_make_writable(skb, sizeof(*iph) + ntkoff))
489 int ntkoff;
492 ntkoff = skb_network_offset(skb);
496 if (!pskb_may_pull(skb, hl + ntkoff))
511 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff))
515 if (!pskb_may_pull(skb, hl + ixhl + ntkoff))
556 } while (pskb_may_pull(skb, hl + 1 + ntkoff));