Re: Replace selinfo structure by klist in sockbuf

2023-01-27 Thread Visa Hankala
On Thu, Jan 26, 2023 at 09:51:14PM +0300, Vitaliy Makkoveev wrote: > No reason to keep it, selinfo is just wrapper to klist. netstat(1) and > libkvm use socket structure, but don't touch > so_{snd,rcv}.sb_sel.si_note. OK visa@ > Index: sys/kern/uipc_socket.c >

Replace selinfo structure by klist in sockbuf

2023-01-26 Thread Vitaliy Makkoveev
No reason to keep it, selinfo is just wrapper to klist. netstat(1) and libkvm use socket structure, but don't touch so_{snd,rcv}.sb_sel.si_note. Index: sys/kern/uipc_socket.c === RCS file: /cvs/src/sys/kern/uipc_socket.c,v