OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tiwin
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
tcp_input.c
1205
u_long
tiwin
;
local in function:tcp_input
1489
tiwin
= th->th_win << tp->snd_scale;
1491
tiwin
= th->th_win;
1608
tiwin
<<= tp->snd_scale;
1819
tiwin
&&
tiwin
== tp->snd_wnd &&
2469
if (tlen == 0 && !dupseg &&
tiwin
== tp->snd_wnd) {
2668
(tp->snd_wl2 == th->th_ack &&
tiwin
> tp->snd_wnd))))) {
2671
tp->snd_wl2 == th->th_ack &&
tiwin
> tp->snd_wnd)
2673
tp->snd_wnd =
tiwin
;
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025