Home
last modified time | relevance | path

Searched refs:npfkern_m_get (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.sbin/npf/npftest/libnpftest/
Dnpf_test.h76 #define m_get(x, y) npfkern_m_get(NULL, 0, MLEN)
77 #define m_gethdr(x, y) npfkern_m_get(NULL, M_PKTHDR, MLEN)
90 struct mbuf * npfkern_m_get(npf_t *, unsigned, size_t);
Dnpf_mbuf_subr.c18 npfkern_m_get(npf_t *npf __unused, unsigned flags, size_t space) in npfkern_m_get() function
33 npfkern_m_get(npf_t *npf __unused, unsigned flags, size_t space) in npfkern_m_get() function
95 if ((m1 = npfkern_m_get(NULL, M_PKTHDR, tlen)) == NULL) { in npfkern_m_ensure_contig()
335 .alloc = npfkern_m_get,