Searched refs:hashkeyp (Results 1 – 1 of 1) sorted by relevance
372 uint32_t bucket, *hashkeyp; in frag6_input() local499 hashkeyp = hashkey; in frag6_input()500 memcpy(hashkeyp, &ip6->ip6_src, sizeof(struct in6_addr)); in frag6_input()501 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()502 memcpy(hashkeyp, &ip6->ip6_dst, sizeof(struct in6_addr)); in frag6_input()503 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()504 *hashkeyp = ip6f->ip6f_ident; in frag6_input()