Searched defs:CACHE_HASH (Results 1 – 2 of 2) sorted by relevance
314 # 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( macro 1045 # define CACHE_HASH( global() macro 1071 # define CACHE_HASH( global() macro 1159 # define CACHE_HASH( global() macro 1326 # define CACHE_HASH( global() macro 1497 # define CACHE_HASH( global() macro [all...]
250 #define CACHE_HASH(h, i) (CACHE(h)->hash[i]) macro