HomeSort by relevance Sort by last modified time
    Searched refs:ire_cache (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/ip/
ip.global-objs.debug64 178 ire_cache
ip.global-objs.obj64 178 ire_cache
  /onnv/onnv-gate/usr/src/uts/sparc/ip/
ip.global-objs.debug64 178 ire_cache
ip.global-objs.obj64 178 ire_cache
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_ire.c 217 struct kmem_cache *ire_cache; variable in typeref:struct:kmem_cache
634 ire = kmem_cache_alloc(ire_cache, KM_NOSLEEP);
645 kmem_cache_free(ire_cache, ire);
    [all...]
ip6_ire.c 194 ire = kmem_cache_alloc(ire_cache, KM_NOSLEEP);
206 kmem_cache_free(ire_cache, ire);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
ip.h 458 #define IRE_CACHE 0x0020 /* Cached Route entry */
    [all...]

Completed in 180 milliseconds