OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:so_snd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
socketvar.h
168
struct sockbuf
so_snd
; /* send buffer */
member in struct:socket
401
* How much space is there in a socket buffer (so->
so_snd
or so->so_rcv)?
467
return (sbspace(&so->
so_snd
) >= so->
so_snd
.sb_lowat &&
516
if (sb_notify(&so->
so_snd
))
517
sowakeup(so, &so->
so_snd
, POLL_OUT);
socketvar.h
168
struct sockbuf
so_snd
; /* send buffer */
member in struct:socket
401
* How much space is there in a socket buffer (so->
so_snd
or so->so_rcv)?
467
return (sbspace(&so->
so_snd
) >= so->
so_snd
.sb_lowat &&
516
if (sb_notify(&so->
so_snd
))
517
sowakeup(so, &so->
so_snd
, POLL_OUT);
Completed in 32 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025