Lines Matching refs:t_port
12597 (tp->t_port == 0) && in bbr_output_wtime()
12852 if (tp->t_port) in bbr_output_wtime()
12922 if (tp->t_port) { in bbr_output_wtime()
13258 if (tp->t_port) { in bbr_output_wtime()
13261 udp->uh_dport = tp->t_port; in bbr_output_wtime()
13268 tcpip_fillheaders(inp, tp->t_port, ip6, th); in bbr_output_wtime()
13273 if (tp->t_port) { in bbr_output_wtime()
13276 udp->uh_dport = tp->t_port; in bbr_output_wtime()
13283 tcpip_fillheaders(inp, tp->t_port, ip, th); in bbr_output_wtime()
13424 if (tp->t_port) { in bbr_output_wtime()
13443 if (tp->t_port) { in bbr_output_wtime()
13583 if (tp->t_port == 0 || len < V_tcp_minmss) { in bbr_output_wtime()