Searched refs:ixhl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_csum.c | 447 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, in tcf_csum_ipv6_hopopts() argument 454 len = ixhl - off; in tcf_csum_ipv6_hopopts() 487 unsigned int hl, ixhl; in tcf_csum_ipv6() local 514 ixhl = ipv6_optlen(ip6xh); in tcf_csum_ipv6() 515 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6() 519 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl))) in tcf_csum_ipv6() 522 hl += ixhl; in tcf_csum_ipv6()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_csum.c | 447 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, in tcf_csum_ipv6_hopopts() argument 454 len = ixhl - off; in tcf_csum_ipv6_hopopts() 487 unsigned int hl, ixhl; in tcf_csum_ipv6() local 514 ixhl = ipv6_optlen(ip6xh); in tcf_csum_ipv6() 515 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6() 519 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl))) in tcf_csum_ipv6() 522 hl += ixhl; in tcf_csum_ipv6()
|
Completed in 3 milliseconds