Searched refs:mbufops (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf.c75 npfk_create(int flags, const npf_mbufops_t *mbufops, argument
83 npf->mbufops = mbufops;
H A Dnpf_sendpkt.c59 #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)))
H A Dnpf_handler.c71 #define m_freem(m) npf->mbufops->free(m)
H A Dnpf_mbuf.c80 nbuf->nb_mops = npf->mbufops;
H A Dnpf_impl.h219 const npf_mbufops_t * mbufops; member in struct:npf

Completed in 205 milliseconds