Searched refs:tcp_tun_port (Results 1 – 4 of 4) sorted by relevance
284 if (tp->t_port != m->m_pkthdr.tcp_tun_port) { in tcp_twcheck()
609 m->m_pkthdr.tcp_tun_port = port = uh->uh_sport; in tcp_recv_udp_tunneled_packet()1761 port = m->m_pkthdr.tcp_tun_port; in tcp_respond()1765 port = m->m_pkthdr.tcp_tun_port; in tcp_respond()
637 m->m_pkthdr.tcp_tun_port = port; in tcp_input_with_port()
216 #define tcp_tun_port PH_per.sixteen[0] /* outbound */ macro