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

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c96 * if offp == NULL, the target will start at <retval, 0> on resulting chain.
97 * if offp != NULL, the target will start at <retval, *offp> on resulting chain.
105 m_pulldown(struct mbuf *m, int off, int len, int *offp) argument
107 m_pulldown(PNATState pData, struct mbuf *m, int off, int len, int *offp)
185 if ((off == 0 || offp) && len <= n->m_len - off && writable)
244 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen
255 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
317 if (offp)
318 *offp
[all...]

Completed in 146 milliseconds