Searched refs:t_port (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_output.c | 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() [all …]
|
H A D | tcp_timewait.c | 244 if (tp->t_port != m->m_pkthdr.tcp_tun_port) { in tcp_twcheck()
|
H A D | tcp_subr.c | 1786 port = tp->t_port; in tcp_respond() 2133 (tp->t_state > TCPS_LISTEN && tp->t_port != port)), in tcp_respond() 2869 if (tp->t_port != port) in tcp_ctlinput_with_port() 3055 if (tp->t_port != port) in tcp6_ctlinput_with_port() 4008 xt->xt_encaps_port = tp->t_port; in tcp_inptoxtp()
|
H A D | tcp_var.h | 339 uint32_t t_port:16, /* Tunneling (over udp) port */ member
|
H A D | tcp_usrreq.c | 2177 tp->t_port = htons(optval); in tcp_default_ctloutput() 2497 optval = ntohs(tp->t_port); in tcp_default_ctloutput()
|
H A D | tcp_input.c | 1023 if ((tp->t_port != port) && (tp->t_state > TCPS_LISTEN)) { in tcp_input_with_port() 3807 if (tp->t_port) in tcp_mss_update()
|
H A D | tcp_syncache.c | 915 tp->t_port = sc->sc_port; in syncache_socket()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 14073 if (tp->t_port) { in rack_init_fsb_block() 14077 udp->uh_dport = tp->t_port; in rack_init_fsb_block() 14086 tp->t_port, in rack_init_fsb_block() 14095 if (tp->t_port) { in rack_init_fsb_block() 14099 udp->uh_dport = tp->t_port; in rack_init_fsb_block() 14108 tp->t_port, in rack_init_fsb_block() 18500 if (tp->t_port && (V_tcp_udp_tunneling_port == 0)) { in rack_fast_rsm_output() 18550 (tp->t_port == 0)) in rack_fast_rsm_output() 18715 if (tp->t_port) { in rack_fast_rsm_output() 18735 if (tp->t_port) { in rack_fast_rsm_output() [all …]
|
H A D | bbr.c | 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() 13262 if (tp->t_port) { in bbr_output_wtime() 13265 udp->uh_dport = tp->t_port; in bbr_output_wtime() 13272 tcpip_fillheaders(inp, tp->t_port, ip6, th); in bbr_output_wtime() 13277 if (tp->t_port) { in bbr_output_wtime() 13280 udp->uh_dport = tp->t_port; in bbr_output_wtime() 13287 tcpip_fillheaders(inp, tp->t_port, ip, th); in bbr_output_wtime() 13428 if (tp->t_port) { in bbr_output_wtime() [all …]
|