Searched refs:td_ti (Results 1 – 3 of 3) sorted by relevance
129 memset((void *)&td->td_ti, 0, sizeof (td->td_ti)); in tcp_trace()139 if (m->m_len < sizeof(td->td_ti)) in tcp_trace()141 memcpy(&td->td_ti, mtod(m, void *), sizeof(td->td_ti)); in tcp_trace()142 th = (struct tcphdr *)((char *)&td->td_ti + in tcp_trace()
50 } __packed td_ti; /* XXX is __packed needed here? */ member
297 td->td_family, &td->td_ti, td->td_req); in dotrace()324 td->td_family, &td->td_ti, td->td_req); in dotrace()