HomeSort by: relevance | last modified time | path
    Searched refs:t_peermss (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 229 u_short t_peermss; /* peer's maximum segment size */ member in struct:tcpcb
tcp_syncache.c 746 tp->snd_cwnd = tp->t_peermss;
755 tp->snd_cwnd = TCP_INITIAL_WINDOW(ss, tp->t_peermss);
tcp_usrreq.c 324 if (optval > 0 && optval <= tp->t_peermss)
325 tp->t_peermss = optval; /* limit on send size */
397 optval = tp->t_peermss;
tcp_subr.c 906 tp->t_peermss = tcp_mssdflt;
1767 tp->t_peermss = mss;
tcp_input.c 2096 tp->snd_cwnd = tp->t_peermss;
2105 tp->snd_cwnd = TCP_INITIAL_WINDOW(ss, tp->t_peermss);
tcp_output.c 358 *txsegsizep = uimin(tp->t_peermss - optlen, size);
  /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 22 milliseconds