t_maxopd 3101 netinet/tcp_input.c tp->t_maxopd = mss;
t_maxopd 669 netinet/tcp_output.c if (len > tp->t_maxopd - optlen) {
t_maxopd 670 netinet/tcp_output.c len = tp->t_maxopd - optlen;
t_maxopd 479 netinet/tcp_subr.c tp->t_maxopd = 0;
t_maxopd 155 netinet/tcp_var.h u_short t_maxopd; /* mss plus options */