Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Duipc_sockbuf.c427 if (m != sb->sb_mbtail) { in sblastmbufchk()
429 __func__, sb->sb_mb, sb->sb_mbtail, m); in sblastmbufchk()
531 sbcompress(sb, m, sb->sb_mbtail); in sbappendstream_locked()
597 sb->sb_mbtail = m0; in sbappendrecord_locked()
646 sb->sb_mbtail = nlast; in sbappendaddr_locked_internal()
740 sb->sb_mbtail = mlast; in sbappendcontrol_locked()
817 sb->sb_mbtail = m; in sbcompress()
916 sb->sb_mbtail = NULL; in sbdrop_internal()
Duipc_debug.c398 db_printf("sb_mbtail: %p ", sb->sb_mbtail); in db_print_sockbuf()
Duipc_socket.c1503 sb->sb_mbtail = NULL;
1950 so->so_rcv.sb_mbtail = NULL;
/freebsd-9-stable/sys/sys/
Dsockbuf.h87 struct mbuf *sb_mbtail; /* (c/d) the last mbuf in the chain */ member
209 (sb)->sb_mbtail = NULL; \
/freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_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()
/freebsd-9-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_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()