Lines Matching refs:th_off
2598 int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; in pf_modulate_sack()
2781 th->th_off = tlen >> 2; in pf_send_tcp()
4238 pf_get_wscale(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_wscale() argument
4245 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_wscale()
4282 pf_get_mss(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_mss() argument
4289 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_mss()
5897 th->th_off, af); in pf_test_rule()
6121 mss = pf_get_mss(pbuf, off, th->th_off, af); in pf_test_rule()
6137 offx += th->th_off << 2; in pf_test_rule()
7228 th->th_off, pd->af); in pf_test_state_tcp()
7333 if (dst->seqdiff && (th->th_off << 2) > (int)sizeof(struct tcphdr)) { in pf_test_state_tcp()
7550 off + (th->th_off << 2), pd, kif); in pf_test_state_tcp()
9858 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test()
10518 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test6()