Searched refs:thoff (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c2735 int thoff; local
2741 thoff = th->th_off << 2;
2742 cnt = thoff - sizeof (struct tcphdr);
2788 off + sizeof (*th) + thoff);
2798 m_copyback(mw, off + sizeof (*th), thoff - sizeof (*th), opts);

Completed in 19 milliseconds