Searched refs:noff (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dact_nat.c98 int noff; local
116 noff = skb_network_offset(skb);
117 if (!pskb_may_pull(skb, sizeof(*iph) + noff))
129 !skb_clone_writable(skb, sizeof(*iph) + noff) &&
157 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) ||
159 !skb_clone_writable(skb, ihl + sizeof(*tcph) + noff) &&
171 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) ||
173 !skb_clone_writable(skb, ihl + sizeof(*udph) + noff) &&
190 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff))
201 noff))
[all...]

Completed in 2457 milliseconds