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

  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_common.c 59 static struct kmem_cache *sctp_kmem_faddr_cache; variable in typeref:struct:kmem_cache
511 if ((faddr = kmem_cache_alloc(sctp_kmem_faddr_cache, sleep)) == NULL)
516 kmem_cache_free(sctp_kmem_faddr_cache, faddr);
525 kmem_cache_free(sctp_kmem_faddr_cache, faddr);
810 kmem_cache_free(sctp_kmem_faddr_cache, fp);
842 kmem_cache_free(sctp_kmem_faddr_cache, fp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/ip/
ip.global-objs.debug64 224 sctp_kmem_faddr_cache
ip.global-objs.obj64 222 sctp_kmem_faddr_cache
  /onnv/onnv-gate/usr/src/uts/sparc/ip/
ip.global-objs.debug64 224 sctp_kmem_faddr_cache
ip.global-objs.obj64 222 sctp_kmem_faddr_cache

Completed in 5516 milliseconds