Lines Matching refs:hl
104 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local
106 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()
108 !skb_clone_writable(skb, hl + ntkoff) && in tcf_csum_skb_nextlayer()
421 unsigned int hl, ixhl; in tcf_csum_ipv6() local
428 hl = sizeof(*ip6h); in tcf_csum_ipv6()
430 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
445 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6()
447 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
449 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
451 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
456 hl += ixhl; in tcf_csum_ipv6()
461 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
467 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
472 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
478 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
485 } while (pskb_may_pull(skb, hl + 1 + ntkoff)); in tcf_csum_ipv6()