Searched refs:th_off (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcpip.h95 #define ti_off ti_t.th_off
H A Dtcp.h88 th_off:4; /* data offset */ member in struct:tcphdr
91 unsigned int th_off:4, /* data offset */ member in struct:tcphdr
H A Dip_compat.h540 __u8 th_off:4;
542 __u8 th_off:4;
H A Dtcp_lro.c145 off = tcp_hdr->th_off << 2;
446 off = tcp_hdr->th_off << 2;
748 off = tcp_hdr->th_off << 2;
H A Dtcp_subr.c527 tcp_hdr->th_off = 5;
714 nth->th_off = sizeof (struct tcphdr) >> 2;
H A Dtcp_output.c1519 th->th_off = (sizeof (struct tcphdr) + optlen) >> 2;
H A Dip_fw2.c919 int x = (tcp->th_off << 2) - sizeof(struct tcphdr);
1752 tcp->th_off = 5;
H A Dtcp_input.c1329 off = th->th_off << 2;
/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c98 (tcp->th_off << 2) < (int)sizeof (*tcp))
108 if (!pf_pull_hdr(m, off, hdr, tcp->th_off << 2, NULL, NULL,
160 cnt = (tcp->th_off << 2) - sizeof (*tcp);
H A Dpf_norm.c2176 if (th->th_off < (sizeof (struct tcphdr) >> 2))
2274 if (th->th_off > (sizeof (struct tcphdr) >> 2) && src->scrub &&
2275 pf_pull_hdr(m, off, hdr, th->th_off << 2, NULL, NULL, pd->af)) {
2279 hlen = (th->th_off << 2) - sizeof (struct tcphdr);
2372 if (th->th_off > (sizeof (struct tcphdr) >> 2) &&
2375 pf_pull_hdr(m, off, hdr, th->th_off << 2, NULL, NULL, pd->af)) {
2379 hlen = (th->th_off << 2) - sizeof (struct tcphdr);
2444 int optlen = (th->th_off << 2) - sizeof (*th);
2741 thoff = th->th_off << 2;
H A Dpf.c2294 int hlen = (th->th_off << 2) - sizeof (*th), thoptlen = hlen;
2469 th->th_off = tlen >> 2;
3749 pf_get_wscale(struct mbuf *m, int off, u_int16_t th_off, sa_family_t af) argument
3756 hlen = th_off << 2; /* hlen <= sizeof (hdr) */
3789 pf_get_mss(struct mbuf *m, int off, u_int16_t th_off, sa_family_t af) argument
3796 hlen = th_off << 2; /* hlen <= sizeof (hdr) */
4837 th->th_off, af);
5026 mss = pf_get_mss(m, off, th->th_off, af);
5042 offx += th->th_off << 2;
5976 src->wscale = pf_get_wscale(m, off, th->th_off,
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c862 - (ti.th.th_off << 2);
865 - off - (ti.th.th_off << 2);

Completed in 109 milliseconds