ntkoff 139 net/sched/act_csum.c int ntkoff = skb_network_offset(skb); ntkoff 142 net/sched/act_csum.c if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || ntkoff 143 net/sched/act_csum.c skb_try_make_writable(skb, hl + ntkoff)) ntkoff 390 net/sched/act_csum.c int ntkoff; ntkoff 392 net/sched/act_csum.c ntkoff = skb_network_offset(skb); ntkoff 394 net/sched/act_csum.c if (!pskb_may_pull(skb, sizeof(*iph) + ntkoff)) ntkoff 438 net/sched/act_csum.c if (skb_try_make_writable(skb, sizeof(*iph) + ntkoff)) ntkoff 492 net/sched/act_csum.c int ntkoff; ntkoff 495 net/sched/act_csum.c ntkoff = skb_network_offset(skb); ntkoff 499 net/sched/act_csum.c if (!pskb_may_pull(skb, hl + ntkoff)) ntkoff 514 net/sched/act_csum.c if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) ntkoff 518 net/sched/act_csum.c if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) ntkoff 559 net/sched/act_csum.c } while (pskb_may_pull(skb, hl + 1 + ntkoff));