Searched refs:t_maxopd (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/netinet/
H A Dtcp_var.h156 u_short t_maxopd; /* mss plus options */ member in struct:tcpcb
H A Dtcp_output.c639 * bump the packet length beyond the t_maxopd length.
643 if (len > tp->t_maxopd - optlen) {
650 len = tp->t_maxopd - optlen;
H A Dtcp_subr.c441 tp->t_maxopd = 0;
H A Dtcp_input.c2892 tp->t_maxopd = mss;
2989 /* Update t_maxseg and t_maxopd */
/openbsd-current/usr.bin/netstat/
H A Dinet.c1536 p("%u", t_maxopd, ", ");

Completed in 193 milliseconds