Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDuipc_sockbuf.c427 if (m != sb->sb_mbtail) { in sblastmbufchk()
429 __func__, sb->sb_mb, sb->sb_mbtail, m); in sblastmbufchk()
534 sbcompress(sb, m, sb->sb_mbtail); in sbappendstream_locked()
600 sb->sb_mbtail = m0; in sbappendrecord_locked()
649 sb->sb_mbtail = nlast; in sbappendaddr_locked_internal()
743 sb->sb_mbtail = mlast; in sbappendcontrol_locked()
820 sb->sb_mbtail = m; in sbcompress()
926 sb->sb_mbtail = NULL; in sbcut_internal()
HDuipc_debug.c398 db_printf("sb_mbtail: %p ", sb->sb_mbtail); in db_print_sockbuf()
HDuipc_socket.c1395 sb->sb_mbtail = NULL;
1828 so->so_rcv.sb_mbtail = NULL;
/trueos/sys/sys/
HDsockbuf.h88 struct mbuf *sb_mbtail; /* (c/d) the last mbuf in the chain */ member
221 (sb)->sb_mbtail = NULL; \
/trueos/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c868 sb->sb_mbtail = mb; in sdp_append()
892 sbcompress(sb, mb, sb->sb_mbtail); in sdp_append()
904 sb->sb_mbtail = mb; in sdp_append()
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c538 snd->sb_sndptr = snd->sb_mbtail; in t3_push_frames()
539 snd->sb_sndptroff -= snd->sb_mbtail->m_len; in t3_push_frames()
540 toep->tp_m_last = snd->sb_mbtail; in t3_push_frames()