Lines Matching refs:ipoptlen
11835 unsigned ipoptlen, optlen, hdrlen; in bbr_output_wtime() local
12567 ipoptlen = ip6_optlen(inp); in bbr_output_wtime()
12571 ipoptlen = inp->inp_options->m_len - in bbr_output_wtime()
12574 ipoptlen = 0; in bbr_output_wtime()
12593 ipoptlen += ipsec_optlen; in bbr_output_wtime()
12599 ipoptlen == 0) in bbr_output_wtime()
12932 ipoptlen = ip6_optlen(inp); in bbr_output_wtime()
12936 ipoptlen = inp->inp_options->m_len - in bbr_output_wtime()
12939 ipoptlen = 0; in bbr_output_wtime()
12940 ipoptlen = 0; in bbr_output_wtime()
12942 ipoptlen += ipsec_optlen; in bbr_output_wtime()
12951 maxseg = tp->t_maxseg - (ipoptlen + optlen); in bbr_output_wtime()
12970 KASSERT(ipoptlen == 0, in bbr_output_wtime()
13007 if (optlen + ipoptlen >= tp->t_maxseg) { in bbr_output_wtime()
13028 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET, in bbr_output_wtime()
13731 tot_len += (len + optlen + ipoptlen); in bbr_output_wtime()