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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2254 int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; local
2302 m_copyback(m, off + sizeof(*th), thoptlen, (caddr_t)opts);
2304 m_copyback(m, off + sizeof(*th), thoptlen, opts);

Completed in 100 milliseconds