Searched refs:th_offset (Results 1 – 1 of 1) sorted by relevance
3572 int th_offset = isipv6 ? sizeof(struct ip6_hdr) : sizeof(struct ip); in tcp_set_rto_deadline() local3589 th = (struct tcphdr *)(void*)(mtod(pkt, caddr_t) + th_offset); in tcp_set_rto_deadline()3594 if (pkt->m_pkthdr.len <= th_offset + (th->th_off << 2)) { in tcp_set_rto_deadline()