Lines Matching refs:th_off
2557 int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; in pf_modulate_sack()
2740 th->th_off = tlen >> 2; in pf_send_tcp()
4197 pf_get_wscale(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_wscale() argument
4204 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_wscale()
4241 pf_get_mss(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_mss() argument
4248 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_mss()
5858 th->th_off, af); in pf_test_rule()
6082 mss = pf_get_mss(pbuf, off, th->th_off, af); in pf_test_rule()
6098 offx += th->th_off << 2; in pf_test_rule()
7189 th->th_off, pd->af); in pf_test_state_tcp()
7294 if (dst->seqdiff && (th->th_off << 2) > (int)sizeof(struct tcphdr)) { in pf_test_state_tcp()
7511 off + (th->th_off << 2), pd, kif); in pf_test_state_tcp()
9802 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test()
10462 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test6()