Searched refs:mbufops (Results 1 – 5 of 5) sorted by relevance
75 npfk_create(int flags, const npf_mbufops_t *mbufops, in npfk_create() argument83 npf->mbufops = mbufops; in npfk_create()
59 #define m_gethdr(t, f) (npf)->mbufops->alloc((npf), 0, 0)60 #define m_freem(m) (npc)->npc_ctx->mbufops->free(m)61 #define mtod(m,t) ((t)((npc)->npc_ctx->mbufops->getdata(m)))
71 #define m_freem(m) npf->mbufops->free(m)
80 nbuf->nb_mops = npf->mbufops; in nbuf_init()
219 const npf_mbufops_t * mbufops; member