Searched refs:ntkoff (Results 1 – 1 of 1) sorted by relevance
139 int ntkoff = skb_network_offset(skb); in tcf_csum_skb_nextlayer() local142 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()143 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer()390 int ntkoff; in tcf_csum_ipv4() local392 ntkoff = skb_network_offset(skb); in tcf_csum_ipv4()394 if (!pskb_may_pull(skb, sizeof(*iph) + ntkoff)) in tcf_csum_ipv4()438 if (skb_try_make_writable(skb, sizeof(*iph) + ntkoff)) in tcf_csum_ipv4()492 int ntkoff; in tcf_csum_ipv6() local495 ntkoff = skb_network_offset(skb); in tcf_csum_ipv6()499 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()[all …]