OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_ourmss
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet/
tcp_output.c
310
* XXX tp->
t_ourmss
should have the right size, but without this code
359
*rxsegsizep = uimin(tp->
t_ourmss
- optlen, size);
1071
tp->
t_ourmss
= tcp_mss_to_advertise(synrt != NULL ?
1077
*optp++ = (tp->
t_ourmss
>> 8) & 0xff;
1078
*optp++ = tp->
t_ourmss
& 0xff;
tcp_timer.c
323
SEQ_LT(tp->t_pmtud_th_seq, (int)(tp->snd_una + tp->
t_ourmss
))) {
tcp_var.h
230
u_short
t_ourmss
; /* our's maximum segment size */
member in struct:tcpcb
tcp_subr.c
907
tp->
t_ourmss
= tcp_mssdflt;
1912
if (bufsize > tp->
t_ourmss
) {
1913
bufsize = roundup(bufsize, tp->
t_ourmss
);
tcp_syncache.c
736
/* Initialize tp->
t_ourmss
before we deal with the peer's! */
737
tp->
t_ourmss
= sc->sc_ourmaxseg;
/src/usr.bin/netstat/
inet.c
1095
tcpcb.t_peermss, tcpcb.
t_ourmss
, tcpcb.t_segsz, tcpcb.t_segqlen);
inet6.c
1544
tcpcb.t_peermss, tcpcb.
t_ourmss
, tcpcb.t_segsz, tcpcb.t_segqlen);
Completed in 21 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026