Searched refs:ixhl (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dact_csum.c447 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, argument
454 len = ixhl - off;
487 unsigned int hl, ixhl; local
514 ixhl = ipv6_optlen(ip6xh);
515 if (!pskb_may_pull(skb, hl + ixhl + ntkoff))
519 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl)))
522 hl += ixhl;

Completed in 90 milliseconds