OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:un_sent
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
7095
int
un_sent
= 0;
local in function:sctp_output
7447
un_sent
= ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight) +
7453
(
un_sent
< (int)stcb->asoc.smallest_mtu)
9803
int
un_sent
= 0;
local in function:sctp_sosend
10106
un_sent
= ((stcb->asoc.total_output_queue_size - stcb->asoc.total_flight) +
10112
(
un_sent
< (int)stcb->asoc.smallest_mtu)) {
10140
if ((queue_only == 0) && (stcb->asoc.peers_rwnd &&
un_sent
)) {
10172
queue_only, stcb->asoc.peers_rwnd,
un_sent
,
Completed in 17 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025