Lines Matching refs:tcpiphdr
293 register struct tcpiphdr *ti;
388 ti = mtod(m, struct tcpiphdr *);
429 optp = mtod(m, caddr_t) + sizeof (struct tcpiphdr);
465 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
466 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
809 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
810 m->m_len += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
1805 tcp_dooptions(PNATState pData, struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti)
1885 tcp_pulloutofband(struct socket *so, struct tcpiphdr *ti, struct mbuf *m)
2013 mss = min(if_mtu, if_mru) - sizeof(struct tcpiphdr);