Home
last modified time | relevance | path

Searched refs:th_offset (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c3572 int th_offset = isipv6 ? sizeof(struct ip6_hdr) : sizeof(struct ip); in tcp_set_rto_deadline() local
3589 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()