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

/freebsd-10-stable/sys/netgraph/
H A Dng_l2tp.c123 * - The first (ns - rack) mbuf's in xwin[] array are copies of these
124 * unacknowledged packets; the remainder of xwin[] consists first of
127 * Therefore, (i < cwnd && xwin[i] != NULL) implies (ns - rack) > i.
145 struct mbuf *xwin[L2TP_MAX_XWIN]; /* transmit window */ member in struct:l2tp_seq
1049 for (i = 0; i < L2TP_MAX_XWIN && seq->xwin[i] != NULL; i++);
1056 seq->xwin[i] = m;
1283 if (seq->xwin[i] == NULL)
1285 m_freem(seq->xwin[i]);
1301 bzero(seq->xwin, sizeof(seq->xwin));
1314 struct mbuf *xwin[L2TP_MAX_XWIN]; /* partial local copy */ local
[all...]
/freebsd-10-stable/usr.bin/talk/
H A Dtalk.h52 typedef struct xwin { struct

Completed in 59 milliseconds