Home
last modified time | relevance | path

Searched refs:V_tcp_minmss (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_output.c1456 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_default_output()
1494 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_default_output()
1496 if (tp->t_port == 0 || len < V_tcp_minmss) { in tcp_default_output()
H A Dtcp_var.h1343 #define V_tcp_minmss VNET(tcp_minmss) macro
H A Dtcp_syncache.c1824 mssopt = max(mssopt, V_tcp_minmss); in syncache_respond()
H A Dtcp_subr.c3055 if (mtu < V_tcp_minmss + sizeof(struct tcpiphdr)) in tcp_next_pmtu()
3056 mtu = V_tcp_minmss + sizeof(struct tcpiphdr); in tcp_next_pmtu()
H A Dtcp_usrreq.c2194 optval + 40 >= V_tcp_minmss) { in tcp_default_ctloutput()
H A Dtcp_input.c3821 offer = max(offer, V_tcp_minmss); in tcp_mss_update()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18772 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_fast_rsm_output()
18785 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_fast_rsm_output()
18787 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_fast_rsm_output()
19328 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_fast_output()
19341 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_fast_output()
19343 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_fast_output()
21998 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_output()
22039 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_output()
22041 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_output()
H A Dbbr.c13540 if (V_path_mtu_discovery && maxseg > V_tcp_minmss) in bbr_output_wtime()
13579 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in bbr_output_wtime()
13581 if (tp->t_port == 0 || len < V_tcp_minmss) { in bbr_output_wtime()