Home
last modified time | relevance | path

Searched refs:ipoptlen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c210 unsigned ipoptlen, optlen, hdrlen; in tcp_output() local
548 ipoptlen = ip6_optlen(tp->t_inpcb); in tcp_output()
552 ipoptlen = tp->t_inpcb->inp_options->m_len - in tcp_output()
555 ipoptlen = 0; in tcp_output()
557 ipoptlen += ipsec_optlen; in tcp_output()
563 ipoptlen == 0 && !(flags & TH_SYN)) in tcp_output()
897 if (len + optlen + ipoptlen > tp->t_maxseg) { in tcp_output()
915 KASSERT(ipoptlen == 0, in tcp_output()
969 if (optlen + ipoptlen >= tp->t_maxseg) { in tcp_output()
983 len = tp->t_maxseg - optlen - ipoptlen; in tcp_output()
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c11979 unsigned ipoptlen, optlen, hdrlen; in bbr_output_wtime() local
12711 ipoptlen = ip6_optlen(inp); in bbr_output_wtime()
12715 ipoptlen = inp->inp_options->m_len - in bbr_output_wtime()
12718 ipoptlen = 0; in bbr_output_wtime()
12737 ipoptlen += ipsec_optlen; in bbr_output_wtime()
12744 ipoptlen == 0) in bbr_output_wtime()
13081 ipoptlen = ip6_optlen(tp->t_inpcb); in bbr_output_wtime()
13088 ipoptlen = 0; in bbr_output_wtime()
13089 ipoptlen = 0; in bbr_output_wtime()
13091 ipoptlen += ipsec_optlen; in bbr_output_wtime()
[all …]
H A Drack.c11901 unsigned ipoptlen, optlen, hdrlen, ulen=0; in rack_output() local
12570 ipoptlen = ip6_optlen(tp->t_inpcb); in rack_output()
12577 ipoptlen = 0; in rack_output()
12597 ipoptlen += ipsec_optlen; in rack_output()
12603 ipoptlen == 0) in rack_output()
13106 ipoptlen = ip6_optlen(tp->t_inpcb); in rack_output()
13113 ipoptlen = 0; in rack_output()
13115 ipoptlen += ipsec_optlen; in rack_output()
13133 KASSERT(ipoptlen == 0, in rack_output()
13183 if (optlen + ipoptlen >= tp->t_maxseg) { in rack_output()
[all …]