ixhl              450 net/sched/act_csum.c static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl,
ixhl              457 net/sched/act_csum.c 	len = ixhl - off;
ixhl              490 net/sched/act_csum.c 	unsigned int hl, ixhl;
ixhl              517 net/sched/act_csum.c 			ixhl = ipv6_optlen(ip6xh);
ixhl              518 net/sched/act_csum.c 			if (!pskb_may_pull(skb, hl + ixhl + ntkoff))
ixhl              522 net/sched/act_csum.c 			    !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl)))
ixhl              525 net/sched/act_csum.c 			hl += ixhl;