Searched refs:ip6xh (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
451 unsigned char *xh = (void *)ip6xh;
453 off = sizeof(*ip6xh);
486 struct ipv6_opt_hdr *ip6xh; local
511 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff))
513 ip6xh = (void *)(skb_network_header(skb) + hl);
514 ixhl = ipv6_optlen(ip6xh);
517 ip6xh = (void *)(skb_network_header(skb) + hl);
519 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl)))
521 nexthdr = ip6xh
[all...]

Completed in 104 milliseconds