Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_sockbuf.c177 if (sb->sb_mbtail == n) in sbready_compress()
178 sb->sb_mbtail = m; in sbready_compress()
821 if (m != sb->sb_mbtail) { in sblastmbufchk()
823 __func__, sb->sb_mb, sb->sb_mbtail, m); in sblastmbufchk()
987 sbcompress(sb, m, sb->sb_mbtail); in sbappendstream_locked()
1119 sb->sb_mbtail = m0; in sbappendrecord_locked()
1182 sb->sb_mbtail = nlast; in sbappendaddr_locked_internal()
1268 sb->sb_mbtail = mlast; in sbappendcontrol_locked()
1352 sb->sb_mbtail = m; in sbcompress()
1569 sb->sb_mbtail = NULL; in sbcut_internal()
H A Duipc_debug.c400 db_printf("sb_mbtail: %p ", sb->sb_mbtail); in db_print_sockbuf()
H A Duipc_socket.c1885 sb->sb_mbtail = NULL;
2354 so->so_rcv.sb_mbtail = NULL;
H A Duipc_ktls.c992 sb->sb_mbtail = NULL; in sb_mark_notready()
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h90 struct mbuf *sb_mbtail; /* (a) the last mbuf in the chain */ member
247 (sb)->sb_mbtail = NULL; \
/f-stack/freebsd/sys/
H A Dsockbuf.h90 struct mbuf *sb_mbtail; /* (a) the last mbuf in the chain */ member
247 (sb)->sb_mbtail = NULL; \