Revert "unix: new implementation of unix/stream & unix/seqpacket"

The regressions in aio(4) and kernel RPC aren't a 5 minute problem.

This reverts commit d80a97def9.
This reverts commit d1cbb17a87.
This reverts commit fb8a8333b4.
This commit is contained in:
Gleb Smirnoff 2024-04-09 13:15:16 -07:00
parent 22ca6db50f
commit 5716d902ae
2 changed files with 333 additions and 659 deletions

File diff suppressed because it is too large Load diff

View file

@ -130,13 +130,6 @@ struct sockbuf {
uint64_t sb_tls_seqno; /* TLS seqno */
struct ktls_session *sb_tls_info; /* TLS state */
};
/*
* PF_UNIX/SOCK_STREAM and PF_UNIX/SOCK_SEQPACKET
* A most simple stream buffer.
*/
struct {
STAILQ_HEAD(, mbuf) sb_mbq;
};
/*
* PF_UNIX/SOCK_DGRAM
*