Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_csum.c450 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, in tcf_csum_ipv6_hopopts() argument
457 len = ixhl - off; in tcf_csum_ipv6_hopopts()
490 unsigned int hl, ixhl; in tcf_csum_ipv6() local
517 ixhl = ipv6_optlen(ip6xh); in tcf_csum_ipv6()
518 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
522 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl))) in tcf_csum_ipv6()
525 hl += ixhl; in tcf_csum_ipv6()