Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_csum.c383 unsigned int ixhl, unsigned int *pl) in tcf_csum_ipv6_hopopts() argument
389 len = ixhl - off; in tcf_csum_ipv6_hopopts()
422 unsigned int hl, ixhl; in tcf_csum_ipv6() local
449 ixhl = ipv6_optlen(ip6xh); in tcf_csum_ipv6()
450 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
454 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl))) in tcf_csum_ipv6()
457 hl += ixhl; in tcf_csum_ipv6()