Lines Matching refs:th_off
2595 int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; in pf_modulate_sack()
2778 th->th_off = tlen >> 2; in pf_send_tcp()
4235 pf_get_wscale(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_wscale() argument
4242 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_wscale()
4279 pf_get_mss(pbuf_t *pbuf, int off, u_int16_t th_off, sa_family_t af) in pf_get_mss() argument
4286 hlen = th_off << 2; /* hlen <= sizeof (hdr) */ in pf_get_mss()
5894 th->th_off, af); in pf_test_rule()
6118 mss = pf_get_mss(pbuf, off, th->th_off, af); in pf_test_rule()
6134 offx += th->th_off << 2; in pf_test_rule()
7225 th->th_off, pd->af); in pf_test_state_tcp()
7330 if (dst->seqdiff && (th->th_off << 2) > (int)sizeof(struct tcphdr)) { in pf_test_state_tcp()
7547 off + (th->th_off << 2), pd, kif); in pf_test_state_tcp()
9837 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test()
10497 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test6()