ip6xh             450 net/sched/act_csum.c static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl,
ip6xh             454 net/sched/act_csum.c 	unsigned char *xh = (void *)ip6xh;
ip6xh             456 net/sched/act_csum.c 	off = sizeof(*ip6xh);
ip6xh             489 net/sched/act_csum.c 	struct ipv6_opt_hdr *ip6xh;
ip6xh             514 net/sched/act_csum.c 			if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff))
ip6xh             516 net/sched/act_csum.c 			ip6xh = (void *)(skb_network_header(skb) + hl);
ip6xh             517 net/sched/act_csum.c 			ixhl = ipv6_optlen(ip6xh);
ip6xh             520 net/sched/act_csum.c 			ip6xh = (void *)(skb_network_header(skb) + hl);
ip6xh             522 net/sched/act_csum.c 			    !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl)))
ip6xh             524 net/sched/act_csum.c 			nexthdr = ip6xh->nexthdr;