Lines Matching refs:th_off
2614 int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; in pf_modulate_sack()
2797 th->th_off = tlen >> 2; in pf_send_tcp()
4254 pf_get_wscale(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_wscale() argument
4261 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_wscale()
4298 pf_get_mss(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_mss() argument
4305 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_mss()
5914 th->th_off, af); in pf_test_rule()
6138 mss = pf_get_mss(pbuf, off, th->th_off, af); in pf_test_rule()
6154 offx += th->th_off << 2; in pf_test_rule()
7245 th->th_off, pd->af); in pf_test_state_tcp()
7350 if (dst->seqdiff && (th->th_off << 2) > (int)sizeof(struct tcphdr)) { in pf_test_state_tcp()
7567 off + (th->th_off << 2), pd, kif); in pf_test_state_tcp()
9856 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test()
10516 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test6()