Lines Matching refs:t_port
562 (tp->t_port == 0) && in tcp_default_output()
802 if (tp->t_port) in tcp_default_output()
891 if (tp->t_port) { in tcp_default_output()
1163 if (tp->t_port) { in tcp_default_output()
1166 udp->uh_dport = tp->t_port; in tcp_default_output()
1173 tcpip_fillheaders(inp, tp->t_port, ip6, th); in tcp_default_output()
1178 if (tp->t_port) { in tcp_default_output()
1181 udp->uh_dport = tp->t_port; in tcp_default_output()
1187 tcpip_fillheaders(inp, tp->t_port, ip, th); in tcp_default_output()
1359 if (tp->t_port) { in tcp_default_output()
1379 if (tp->t_port) { in tcp_default_output()
1503 if (tp->t_port == 0 || len < V_tcp_minmss) { in tcp_default_output()