Lines Matching refs:ihl
113 int ihl;
163 ihl = iph->ihl * 4;
171 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) ||
172 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff))
175 tcph = (void *)(skb_network_header(skb) + ihl);
184 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) ||
185 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff))
188 udph = (void *)(skb_network_header(skb) + ihl);
201 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff))
204 icmph = (void *)(skb_network_header(skb) + ihl);
209 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + sizeof(*iph) +
213 icmph = (void *)(skb_network_header(skb) + ihl);
223 if (skb_try_make_writable(skb, ihl + sizeof(*icmph) +
227 icmph = (void *)(skb_network_header(skb) + ihl);