sctp_chunk_cachep 198 include/net/sctp/sctp.h extern struct kmem_cache *sctp_chunk_cachep __read_mostly; sctp_chunk_cachep 61 net/sctp/protocol.c struct kmem_cache *sctp_chunk_cachep __read_mostly; sctp_chunk_cachep 1392 net/sctp/protocol.c sctp_chunk_cachep = kmem_cache_create("sctp_chunk", sctp_chunk_cachep 1396 net/sctp/protocol.c if (!sctp_chunk_cachep) sctp_chunk_cachep 1567 net/sctp/protocol.c kmem_cache_destroy(sctp_chunk_cachep); sctp_chunk_cachep 1608 net/sctp/protocol.c kmem_cache_destroy(sctp_chunk_cachep); sctp_chunk_cachep 1336 net/sctp/sm_make_chunk.c retval = kmem_cache_zalloc(sctp_chunk_cachep, gfp); sctp_chunk_cachep 1462 net/sctp/sm_make_chunk.c kmem_cache_free(sctp_chunk_cachep, chunk);