Searched refs:nlmsg_zone (Results 1 – 1 of 1) sorted by relevance
82 static uma_zone_t nlmsg_zone; variable87 uma_zfree(nlmsg_zone, m->m_ext.ext_buf); in nl_free_mbuf_storage()116 m_storage = uma_zalloc_arg(nlmsg_zone, m, malloc_flags); in nl_get_mbuf_flags()166 nlmsg_zone = uma_zcreate("netlink", NLMBUFSIZE, nl_setup_mbuf_storage, in nl_init_msg_zone()173 uma_zdestroy(nlmsg_zone); in nl_destroy_msg_zone()