Searched refs:t_ports (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 2582 } t_ports; in tcp6_ctlinput() local 2638 bzero(&t_ports, sizeof(struct tcp_ports)); in tcp6_ctlinput() 2639 m_copydata(m, off, sizeof(struct tcp_ports), (caddr_t)&t_ports); in tcp6_ctlinput() 2640 inp = in6_pcblookup(&V_tcbinfo, &ip6->ip6_dst, t_ports.th_dport, in tcp6_ctlinput() 2641 &ip6->ip6_src, t_ports.th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp6_ctlinput() 2702 inc.inc_fport = t_ports.th_dport; in tcp6_ctlinput() 2703 inc.inc_lport = t_ports.th_sport; in tcp6_ctlinput()
|