Lines Matching refs:hp
5853 struct ipv6_opt_hdr *hp; in skb_checksum_setup_ipv6() local
5862 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in skb_checksum_setup_ipv6()
5863 nexthdr = hp->nexthdr; in skb_checksum_setup_ipv6()
5864 off += ipv6_optlen(hp); in skb_checksum_setup_ipv6()
5868 struct ip_auth_hdr *hp; in skb_checksum_setup_ipv6() local
5877 hp = OPT_HDR(struct ip_auth_hdr, skb, off); in skb_checksum_setup_ipv6()
5878 nexthdr = hp->nexthdr; in skb_checksum_setup_ipv6()
5879 off += ipv6_authlen(hp); in skb_checksum_setup_ipv6()
5883 struct frag_hdr *hp; in skb_checksum_setup_ipv6() local
5892 hp = OPT_HDR(struct frag_hdr, skb, off); in skb_checksum_setup_ipv6()
5894 if (hp->frag_off & htons(IP6_OFFSET | IP6_MF)) in skb_checksum_setup_ipv6()
5897 nexthdr = hp->nexthdr; in skb_checksum_setup_ipv6()