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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c536 int i, j, rv, dlen, off, thoff; local
555 thoff = TCP_OFF(tcp) << 2;
556 dlen = fin->fin_dlen - thoff;
567 COPYDATA(*(mb_t **)fin->fin_mp, fin->fin_plen - fin->fin_dlen + thoff,
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c1898 int thoff; local
1904 thoff = th->th_off << 2;
1905 cnt = thoff - sizeof(struct tcphdr);
1940 m_copyback(m, off + sizeof(*th), thoff - sizeof(*th), opts);

Completed in 101 milliseconds