Home
last modified time | relevance | path

Searched refs:thoff (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/net/
H A Dpf_norm.c3260 int thoff; in pf_normalize_tcpopt() local
3266 thoff = th->th_off << 2; in pf_normalize_tcpopt()
3267 cnt = thoff - sizeof(struct tcphdr); in pf_normalize_tcpopt()
3319 off + sizeof(*th) + thoff) == NULL) { in pf_normalize_tcpopt()
3329 pbuf_copy_back(pd->mp, off + sizeof(*th), thoff - sizeof(*th), opts); in pf_normalize_tcpopt()