Home
last modified time | relevance | path

Searched defs:m_gethdr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_sendpkt.c59 #define m_gethdr(t, f) (npf)->mbufops->alloc((npf), 0, 0) macro
/netbsd-src/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_test.h77 #define m_gethdr(x, y) npfkern_m_get(NULL, M_PKTHDR, MLEN) macro
/netbsd-src/sys/kern/
H A Duipc_mbuf.c563 m_gethdr(int how, int type) m_gethdr() function