Lines Matching refs:hp
3937 struct ipv6_opt_hdr *hp; in skb_checksum_setup_ipv6() local
3946 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in skb_checksum_setup_ipv6()
3947 nexthdr = hp->nexthdr; in skb_checksum_setup_ipv6()
3948 off += ipv6_optlen(hp); in skb_checksum_setup_ipv6()
3952 struct ip_auth_hdr *hp; in skb_checksum_setup_ipv6() local
3961 hp = OPT_HDR(struct ip_auth_hdr, skb, off); in skb_checksum_setup_ipv6()
3962 nexthdr = hp->nexthdr; in skb_checksum_setup_ipv6()
3963 off += ipv6_authlen(hp); in skb_checksum_setup_ipv6()
3967 struct frag_hdr *hp; in skb_checksum_setup_ipv6() local
3976 hp = OPT_HDR(struct frag_hdr, skb, off); in skb_checksum_setup_ipv6()
3978 if (hp->frag_off & htons(IP6_OFFSET | IP6_MF)) in skb_checksum_setup_ipv6()
3981 nexthdr = hp->nexthdr; in skb_checksum_setup_ipv6()