Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_csum.c448 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, in tcf_csum_ipv6_hopopts() argument
452 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts()
454 off = sizeof(*ip6xh); in tcf_csum_ipv6_hopopts()
487 struct ipv6_opt_hdr *ip6xh; in tcf_csum_ipv6() local
512 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6()
514 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
515 ixhl = ipv6_optlen(ip6xh); in tcf_csum_ipv6()
518 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6()
520 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl))) in tcf_csum_ipv6()
522 nexthdr = ip6xh->nexthdr; in tcf_csum_ipv6()