/src/sys/net/npf/ |
npf_sendpkt.c | 59 #define m_gethdr(t, f) (npf)->mbufops->alloc((npf), 0, 0) macro 122 m = m_gethdr(M_DONTWAIT, MT_HEADER);
|
npf_sendpkt.c | 59 #define m_gethdr(t, f) (npf)->mbufops->alloc((npf), 0, 0) macro 122 m = m_gethdr(M_DONTWAIT, MT_HEADER);
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_test.h | 77 #define m_gethdr(x, y) npfkern_m_get(NULL, M_PKTHDR, MLEN) macro
|
npf_test.h | 77 #define m_gethdr(x, y) npfkern_m_get(NULL, M_PKTHDR, MLEN) macro
|
/src/sys/kern/ |
uipc_mbuf.c | 566 m_gethdr(int how, int type) function in typeref:struct:mbuf * 622 if ((m = m_gethdr(how, type)) == NULL) 672 mp = m_gethdr(how, type); 1339 n = m_gethdr(wait, m0->m_type); 1409 m = m_gethdr(M_DONTWAIT, MT_DATA);
|
uipc_mbuf.c | 566 m_gethdr(int how, int type) function in typeref:struct:mbuf * 622 if ((m = m_gethdr(how, type)) == NULL) 672 mp = m_gethdr(how, type); 1339 n = m_gethdr(wait, m0->m_type); 1409 m = m_gethdr(M_DONTWAIT, MT_DATA);
|