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

/freebsd-11.0-release/sys/kern/
H A Duipc_socket.c1445 * buffer so that other consumers see the values consistently. 'nextrecord'
1448 * NOTE: 'nextrecord' may be NULL.
1451 sockbuf_pushsync(struct sockbuf *sb, struct mbuf *nextrecord) argument
1456 * First, update for the new value of nextrecord. If necessary, make
1460 sb->sb_mb->m_nextpkt = nextrecord;
1462 sb->sb_mb = nextrecord;
1501 struct mbuf *nextrecord; local
1592 * From this point onward, we maintain 'nextrecord' as a cache of the
1612 nextrecord = m->m_nextpkt;
1626 sockbuf_pushsync(&so->so_rcv, nextrecord);
2152 struct mbuf *nextrecord; local
[all...]

Completed in 98 milliseconds