Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
H A Dhash.h36 ret = (uint64_t)hash32_buf(&val, sizeof(val), bits); in hash_64()
45 ret = hash32_buf(&val, sizeof(val), bits); in hash_32()
/dragonfly/sys/net/lagg/
H A Dif_lagg.c1677 p = hash32_buf(&eh->ether_shost, ETHER_ADDR_LEN, p); in lagg_hashmbuf()
1678 p = hash32_buf(&eh->ether_dhost, ETHER_ADDR_LEN, p); in lagg_hashmbuf()
1684 p = hash32_buf(&m->m_pkthdr.ether_vtag, in lagg_hashmbuf()
1694 p = hash32_buf(&vlan->evl_tag, sizeof(vlan->evl_tag), p); in lagg_hashmbuf()
1707 p = hash32_buf(&ip->ip_src, sizeof(struct in_addr), p); in lagg_hashmbuf()
1708 p = hash32_buf(&ip->ip_dst, sizeof(struct in_addr), p); in lagg_hashmbuf()
1722 p = hash32_buf(ports, sizeof(*ports), p); in lagg_hashmbuf()
1735 p = hash32_buf(&ip6->ip6_src, sizeof(struct in6_addr), p); in lagg_hashmbuf()
1736 p = hash32_buf(&ip6->ip6_dst, sizeof(struct in6_addr), p); in lagg_hashmbuf()
1738 p = hash32_buf(&flow, sizeof(flow), p); /* IPv6 flow label */ in lagg_hashmbuf()
/dragonfly/sys/sys/
H A Dhash.h45 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf() function
/dragonfly/share/man/man9/
H A DMakefile514 hash.9 hash32_buf.9 \