Searched refs:ip6xh (Results 1 – 1 of 1) sorted by relevance
439 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, in tcf_csum_ipv6_hopopts() argument443 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts()445 off = sizeof(*ip6xh); in tcf_csum_ipv6_hopopts()478 struct ipv6_opt_hdr *ip6xh; in tcf_csum_ipv6() local503 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()506 ixhl = ipv6_optlen(ip6xh); in tcf_csum_ipv6()509 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()511 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl))) in tcf_csum_ipv6()513 nexthdr = ip6xh->nexthdr; in tcf_csum_ipv6()