Lines Matching refs:hl
105 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local
107 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()
109 !skb_clone_writable(skb, hl + ntkoff) && in tcf_csum_skb_nextlayer()
422 unsigned int hl, ixhl; in tcf_csum_ipv6() local
429 hl = sizeof(*ip6h); in tcf_csum_ipv6()
431 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
446 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6()
448 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
450 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
452 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
457 hl += ixhl; in tcf_csum_ipv6()
462 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
468 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
473 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
479 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
486 } while (pskb_may_pull(skb, hl + 1 + ntkoff)); in tcf_csum_ipv6()