Searched refs:ipoptlen (Results 1 – 1 of 1) sorted by relevance
119 unsigned ipoptlen, optlen, hdrlen; in tcp_output() local734 ipoptlen = 0; in tcp_output()742 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()747 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()754 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET, in tcp_output()864 KASSERT(ipoptlen == 0, ("No IP options supported")); // samkumar in tcp_output()