Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dfrag6.c377 uint32_t bucket, *hashkeyp; in frag6_input() local
504 hashkeyp = hashkey; in frag6_input()
505 memcpy(hashkeyp, &ip6->ip6_src, sizeof(struct in6_addr)); in frag6_input()
506 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()
507 memcpy(hashkeyp, &ip6->ip6_dst, sizeof(struct in6_addr)); in frag6_input()
508 hashkeyp += sizeof(struct in6_addr) / sizeof(*hashkeyp); in frag6_input()
509 *hashkeyp = ip6f->ip6f_ident; in frag6_input()