Lines Matching defs:ip6xh
448 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl,
452 unsigned char *xh = (void *)ip6xh;
454 off = sizeof(*ip6xh);
487 struct ipv6_opt_hdr *ip6xh;
512 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff))
514 ip6xh = (void *)(skb_network_header(skb) + hl);
515 ixhl = ipv6_optlen(ip6xh);
518 ip6xh = (void *)(skb_network_header(skb) + hl);
520 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl)))
522 nexthdr = ip6xh->nexthdr;