Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h314 # define CACHE_HASH(x) (((phy_if_t)(x)->fin_ifp) & 7) macro
500 # define CACHE_HASH(x) (((phy_if_t)(x)->fin_ifp) & 7) macro
643 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
721 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
795 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index)&7) macro
797 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
875 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index) & 7) macro
877 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
1016 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index)&7) macro
1018 # define CACHE_HASH(x) ((IFNAME(fin->fin_ifp)[0] + \ macro
[all …]
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c1148 pp = &(CACHE_HASH(hdp, hval)); in rm_link_from_hash()
1170 pp = &(CACHE_HASH(hdp, hval)); in link_hash()
1931 for (clp = CACHE_HASH(hdp, hval); clp != NULL; ) { in synchronize_db()
2801 clp->hash = CACHE_HASH(hdp, hval); in hash_insert()
2802 CACHE_HASH(hdp, hval) = clp; in hash_insert()
3667 clp = CACHE_HASH(hdp, i); in walk_all_cache()
H A Ddevinfo_devlink.h250 #define CACHE_HASH(h, i) (CACHE(h)->hash[i]) macro
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c2168 fc = &ifs->ifs_frcache[out][CACHE_HASH(fin)];