Lines Matching refs:hl
129 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local
131 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()
132 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer()
479 unsigned int hl, ixhl; in tcf_csum_ipv6() local
486 hl = sizeof(*ip6h); in tcf_csum_ipv6()
488 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
503 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6()
505 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
507 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
509 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
514 hl += ixhl; in tcf_csum_ipv6()
519 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
525 hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
530 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
536 if (!tcf_csum_ipv6_udp(skb, hl, in tcf_csum_ipv6()
542 !tcf_csum_sctp(skb, hl, pl + sizeof(*ip6h))) in tcf_csum_ipv6()
548 } while (pskb_may_pull(skb, hl + 1 + ntkoff)); in tcf_csum_ipv6()