OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_up
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet/
tcp_seq.h
60
(tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->
snd_up
= \
tcp_output.c
992
if (SEQ_GT(tp->
snd_up
, tp->snd_una))
1251
else if (SEQ_GT(tp->
snd_up
, tp->snd_una))
1386
if (SEQ_GT(tp->
snd_up
, tp->snd_nxt)) {
1387
u_int32_t urp = tp->
snd_up
- tp->snd_nxt;
1399
tp->
snd_up
= tp->snd_una; /* drag it along */
tcp_var.h
264
tcp_seq
snd_up
; /* send urgent pointer */
member in struct:tcpcb
tcp_syncache.c
766
tp->
snd_up
= tp->snd_una;
tcp_usrreq.c
1078
* Otherwise,
snd_up
should be one lower.
1081
tp->
snd_up
= tp->snd_una + so->so_snd.sb_cc;
/src/usr.bin/netstat/
inet.c
1097
printf("snd_una %u, snd_nxt %u,
snd_up
%u\n",
1098
tcpcb.snd_una, tcpcb.snd_nxt, tcpcb.
snd_up
);
inet6.c
1547
printf("snd_una %u, snd_nxt %u,
snd_up
%u\n",
1548
mypcb.snd_una, mypcb.snd_nxt, mypcb.
snd_up
);
Completed in 39 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026