OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_win
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/netinet/
tcp.h
72
uint16_t
th_win
; /* window */
member in struct:tcphdr
tcp_var.h
187
#define ti_win ti_t.
th_win
tcp_input.c
329
NTOHS(th->
th_win
);
342
HTONS(th->
th_win
);
1489
tiwin = th->
th_win
<< tp->snd_scale;
1491
tiwin = th->
th_win
;
tcp_output.c
1382
th->
th_win
= htons((u_int16_t) (win>>tp->rcv_scale));
1383
if (th->
th_win
== 0) {
tcp_subr.c
585
n->
th_win
= 0;
776
th->
th_win
= htons((u_int16_t)win);
tcp_syncache.c
1168
th->
th_win
= htons(sc->sc_win);
/src/usr.sbin/npf/npftest/
npfstream.c
84
tcpdlen, ntohs(th->
th_win
), (uintptr_t)result[0]);
/src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c
129
th->
th_win
= htons(p->win);
/src/sys/net/
slcompress.c
305
deltaS = (uint16_t)(ntohs(th->
th_win
) - ntohs(oth->
th_win
));
575
DECODES(th->
th_win
)
/src/sys/dev/pci/cxgb/
cxgb_lro.c
279
th->
th_win
= nth->
th_win
;
/src/sys/external/bsd/ipf/netinet/
ip_irc_pxy.c
403
tcp2->
th_win
= htons(8192);
ip_raudio_pxy.c
288
tcp2->
th_win
= htons(8192);
ip_rcmd_pxy.c
262
tcp2->
th_win
= htons(8192);
ip_state.c
1570
is->is_maxswin = ntohs(tcp->
th_win
);
2132
win = ntohs(tcp->
th_win
);
2134
win = ntohs(tcp->
th_win
) << fdata->td_winscale;
2339
clone->is_maxdwin = ntohs(tcp->
th_win
);
2347
clone->is_maxswin = ntohs(tcp->
th_win
);
ip_fil_netbsd.c
803
tcp2->
th_win
= tcp->
th_win
;
ip_rpcb_pxy.c
1132
tcp.
th_win
= htons(8192);
ip_ftp_pxy.c
548
tcp2->
th_win
= htons(8192);
882
tcp2->
th_win
= htons(8192);
/src/usr.sbin/trpt/
trpt.c
460
win = th->
th_win
;
/src/sys/dist/pf/net/
pf_osfp.c
190
fp.fp_wsize = ntohs(tcp->
th_win
);
583
/* We do a few MSS/
th_win
percolations to make things unique */
pf.c
1779
th->
th_win
= htons(win);
3559
s->src.max_win = MAX(ntohs(th->
th_win
), 1);
3822
u_int16_t win = ntohs(th->
th_win
);
3899
(*state)->src.max_win = MAX(ntohs(th->
th_win
), 1);
3914
(*state)->dst.max_win = MAX(ntohs(th->
th_win
), 1);
/src/sys/net/npf/
npf_inet.c
259
*win = (uint32_t)ntohs(th->
th_win
);
/src/sys/kern/
uipc_mbufdebug.c
851
(*pr)("TCP: Windows Size = %u\n", ntohs(tcp.
th_win
));
Completed in 89 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025