th_off 1507 net/pf.c int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; th_off 1648 net/pf.c th->th_off = tlen >> 2; th_off 2636 net/pf.c pf_get_wscale(struct mbuf *m, int off, u_int16_t th_off, sa_family_t af) th_off 2643 net/pf.c hlen = th_off << 2; /* hlen <= sizeof(hdr) */ th_off 2676 net/pf.c pf_get_mss(struct mbuf *m, int off, u_int16_t th_off, sa_family_t af) th_off 2683 net/pf.c hlen = th_off << 2; /* hlen <= sizeof(hdr) */ th_off 3299 net/pf.c len = pd->tot_len - off - (th->th_off << 2); th_off 3316 net/pf.c th->th_off, af); th_off 3477 net/pf.c mss = pf_get_mss(m, off, th->th_off, af); th_off 3742 net/pf.c src->wscale = pf_get_wscale(m, off, th->th_off, th_off 3829 net/pf.c if (dst->seqdiff && (th->th_off << 2) > sizeof(struct tcphdr)) { th_off 5433 net/pf.c pd.p_len = pd.tot_len - off - (th.th_off << 2); th_off 5810 net/pf.c pd.p_len = pd.tot_len - off - (th.th_off << 2); th_off 1295 net/pf_norm.c if (th->th_off < (sizeof(struct tcphdr) >> 2)) th_off 1376 net/pf_norm.c if (th->th_off > (sizeof(struct tcphdr) >> 2) && src->scrub && th_off 1377 net/pf_norm.c pf_pull_hdr(m, off, hdr, th->th_off << 2, NULL, NULL, pd->af)) { th_off 1381 net/pf_norm.c hlen = (th->th_off << 2) - sizeof(struct tcphdr); th_off 1474 net/pf_norm.c if (th->th_off > (sizeof(struct tcphdr) >> 2) && th_off 1477 net/pf_norm.c pf_pull_hdr(m, off, hdr, th->th_off << 2, NULL, NULL, pd->af)) { th_off 1481 net/pf_norm.c hlen = (th->th_off << 2) - sizeof(struct tcphdr); th_off 1546 net/pf_norm.c (th->th_off << 2) - sizeof(struct tcphdr), hdr + th_off 1830 net/pf_norm.c thoff = th->th_off << 2; th_off 96 net/pf_osfp.c pd->proto != IPPROTO_TCP || (tcp->th_off << 2) < sizeof(*tcp)) th_off 106 net/pf_osfp.c if (!pf_pull_hdr(m, off, hdr, tcp->th_off << 2, NULL, NULL, th_off 185 net/pf_osfp.c cnt = (tcp->th_off << 2) - sizeof(*tcp); th_off 247 net/slcompress.c hlen += th->th_off; th_off 277 net/slcompress.c hlen += th->th_off; th_off 283 net/slcompress.c th->th_off != oth->th_off || th_off 286 net/slcompress.c (th->th_off > 5 && th_off 287 net/slcompress.c BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) th_off 510 net/slcompress.c hlen += ((struct tcphdr *)&((char *)ip)[hlen])->th_off << 2; th_off 51 netinet/tcp.h th_off:4; /* data offset */ th_off 54 netinet/tcp.h u_int th_off:4, /* data offset */ th_off 550 netinet/tcp_input.c off = th->th_off << 2; th_off 4231 netinet/tcp_input.c th->th_off = (sizeof(struct tcphdr) + optlen) >> 2; th_off 829 netinet/tcp_output.c th->th_off = (sizeof (struct tcphdr) + optlen) >> 2; th_off 296 netinet/tcp_subr.c th->th_off = 5; th_off 418 netinet/tcp_subr.c th->th_off = sizeof (struct tcphdr) >> 2; th_off 1179 netinet/tcp_subr.c len = m->m_pkthdr.len - iphlen - th->th_off * sizeof(uint32_t); th_off 1182 netinet/tcp_subr.c m_apply(m, iphlen + th->th_off * sizeof(uint32_t), len, th_off 55 netinet/tcpip.h #define ti_off ti_t.th_off th_off 62 netinet6/tcpipv6.h #define ti6_off ti6_t.th_off