hash32_buf 960 net/if_trunk.c p = hash32_buf(&eh->ether_shost, ETHER_ADDR_LEN, key); hash32_buf 961 net/if_trunk.c p = hash32_buf(&eh->ether_dhost, ETHER_ADDR_LEN, p); hash32_buf 968 net/if_trunk.c p = hash32_buf(vlan, sizeof(*vlan), p); hash32_buf 979 net/if_trunk.c p = hash32_buf(&ip->ip_src, sizeof(struct in_addr), p); hash32_buf 980 net/if_trunk.c p = hash32_buf(&ip->ip_dst, sizeof(struct in_addr), p); hash32_buf 988 net/if_trunk.c p = hash32_buf(&ip6->ip6_src, sizeof(struct in6_addr), p); hash32_buf 989 net/if_trunk.c p = hash32_buf(&ip6->ip6_dst, sizeof(struct in6_addr), p); hash32_buf 69 nfs/nfs_node.c #define nfs_hash(x,y) hash32_buf((x), (y), HASHINIT) hash32_buf 870 ufs/ufs/ufs_dirhash.c hash = hash32_buf(name, namelen, HASHINIT); hash32_buf 871 ufs/ufs/ufs_dirhash.c hash = hash32_buf(&dh, sizeof(dh), hash);