Lines Matching refs:wp
88 u_char *wp; in async_Encode() local
90 wp = *cp; in async_Encode()
93 *wp++ = HDLC_ESC; in async_Encode()
97 *wp++ = HDLC_ESC; in async_Encode()
100 *wp++ = c; in async_Encode()
101 *cp = wp; in async_Encode()
110 struct mbuf *wp; in async_LayerPush() local
123 wp = bp; in async_LayerPush()
125 while (wp) { in async_LayerPush()
126 sp = MBUF_CTOP(wp); in async_LayerPush()
127 for (cnt = wp->m_len; cnt > 0; cnt--) { in async_LayerPush()
134 wp = wp->m_next; in async_LayerPush()