tcphdr
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
if (pktlen < (hlen + sizeof(struct tcphdr)))
offsetof(struct tcphdr, th_sum);
tucso = hdr_len + offsetof(struct tcphdr, th_sum);
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
struct tcphdr *tcp;
m = m_pullup(m, offset + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + offset);
m = m_pullup(m, offset + sizeof(struct tcphdr));
if (pktlen < (hlen + sizeof(struct tcphdr)))
struct tcphdr *tcp;
m = m_pullup(m, poff + sizeof(struct tcphdr));
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
tcp = (struct tcphdr *)(mtod(m, char *) + poff);
offsetof(struct tcphdr, th_sum) :
struct tcphdr *const tcp = (struct tcphdr *) outp;
struct tcphdr *const tcp = (struct tcphdr *) data;
sizeof(struct tcphdr),
struct tcphdr *th;
th = (struct tcphdr *)((char *)ip + (ip->ip_hl << 2));
struct tcphdr *th;
th = (struct tcphdr *)((caddr_t)ip6 + pi->ipi_ip_hlen);
if (__predict_false(m->m_len < pi->ipi_ehdrlen + sizeof(struct ip6_hdr) + sizeof(struct tcphdr))) {
if (__predict_false((m = m_pullup(m, pi->ipi_ehdrlen + sizeof(struct ip6_hdr) + sizeof(struct tcphdr))) == NULL))