thp               712 netinet/tcp_subr.c 	} *thp;
thp               757 netinet/tcp_subr.c 		if (m->m_pkthdr.len < off + sizeof(*thp))
thp               762 netinet/tcp_subr.c 		if (sizeof(*thp) > sizeof(th))
thp               765 netinet/tcp_subr.c 		m_copydata(m, off, sizeof(*thp), (caddr_t)&th);