Lines Matching +defs:src +defs:hash
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
263 uint_t hash;
269 hash = rp->rtsa_doi + (rp->rtsa_doi << 1);
275 hash += *up + (*up << ((i % 16) + 1));
279 return (hash);
562 "found gcgrp(1) in hash(2)", tsol_gcgrp_t *, gcgrp,
581 char *, "inserted gcgrp(1) in hash(2)",
608 "removed inactive gcgrp(1) from hash(2)",
692 const void *src;
705 src = &ipha->ipha_src;
711 src = &ip6h->ip6_src;
743 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL)
797 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL)
1733 void *src;
1745 src = &ip6h->ip6_src;
1746 if ((src_rhtp = find_tpc(src, IPV6_VERSION, B_FALSE)) == NULL)
1757 src = &ipha->ipha_src;
1758 if ((src_rhtp = find_tpc(src, IPV4_VERSION, B_FALSE)) == NULL)