Searched refs:m_tag_alloc (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/ |
H A D | uipc_mbuf2.c | 398 m_tag_alloc(u_int32_t cookie, int type, int len, int fWait) function 490 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how);
|
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/ |
H A D | mbuf.h | 986 * Note that the packet tag returned by m_tag_alloc has the default memory 990 * struct m_tag *mtag = m_tag_alloc(...); 1001 * struct foo *p = (struct foo *) m_tag_alloc(...); 1053 struct m_tag *m_tag_alloc(u_int32_t, int, int, int); 1143 return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, fWait));
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/ |
H A D | VBoxNetFlt-freebsd.c | 554 mtag = m_tag_alloc(MTAG_VBOX, PACKET_TAG_VBOX, 0, M_NOWAIT);
|
Completed in 89 milliseconds