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

/freebsd-10-stable/sys/kern/
H A Duipc_socket.c1373 * buffer so that other consumers see the values consistently. 'nextrecord'
1376 * NOTE: 'nextrecord' may be NULL.
1379 sockbuf_pushsync(struct sockbuf *sb, struct mbuf *nextrecord) argument
1384 * First, update for the new value of nextrecord. If necessary, make
1388 sb->sb_mb->m_nextpkt = nextrecord;
1390 sb->sb_mb = nextrecord;
1429 struct mbuf *nextrecord; local
1520 * From this point onward, we maintain 'nextrecord' as a cache of the
1540 nextrecord = m->m_nextpkt;
1554 sockbuf_pushsync(&so->so_rcv, nextrecord);
2080 struct mbuf *nextrecord; local
[all...]

Completed in 31 milliseconds