Home
last modified time | relevance | path

Searched refs:sb_mbtail (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/kern/
HDuipc_sockbuf.c559 if (m != sb->sb_mbtail) { in sblastmbufchk()
561 __func__, sb->sb_mb, sb->sb_mbtail, m); in sblastmbufchk()
666 sbcompress(sb, m, sb->sb_mbtail); in sbappendstream_locked()
758 sb->sb_mbtail = m0; in sbappendrecord_locked()
809 sb->sb_mbtail = nlast; in sbappendaddr_locked_internal()
904 sb->sb_mbtail = mlast; in sbappendcontrol_locked()
985 sb->sb_mbtail = m; in sbcompress()
1110 sb->sb_mbtail = NULL; in sbcut_internal()
HDuipc_debug.c396 db_printf("sb_mbtail: %p ", sb->sb_mbtail); in db_print_sockbuf()
HDuipc_socket.c1461 sb->sb_mbtail = NULL;
1892 so->so_rcv.sb_mbtail = NULL;
/NextBSD/sys/sys/
HDsockbuf.h88 struct mbuf *sb_mbtail; /* (c/d) the last mbuf in the chain */ member
232 (sb)->sb_mbtail = NULL; \
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c869 sb->sb_mbtail = mb; in sdp_append()
893 sbcompress(sb, mb, sb->sb_mbtail); in sdp_append()
905 sb->sb_mbtail = mb; in sdp_append()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c539 snd->sb_sndptr = snd->sb_mbtail; in t3_push_frames()
540 snd->sb_sndptroff -= snd->sb_mbtail->m_len; in t3_push_frames()
541 toep->tp_m_last = snd->sb_mbtail; in t3_push_frames()