Lines Matching refs:tcpiphdr
112 struct tcpiphdr *ti);
116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti,
119 register struct tcpiphdr *q;
223 } while (ti != (struct tcpiphdr *)tp && ti->ti_seq == tp->rcv_nxt);
236 register struct tcpiphdr *ti;
278 ti = mtod(m, struct tcpiphdr *);
324 optp = mtod(m, caddr_t) + sizeof (struct tcpiphdr);
358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
685 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
686 m->m_len += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
785 (void) tcp_reass(tp, (struct tcpiphdr *)0,
1055 (void) tcp_reass(tp, (struct tcpiphdr *)0, (struct mbuf *)0);
1498 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti)
1577 struct tcpiphdr *ti;
1706 mss = min(IF_MTU, IF_MRU) - sizeof(struct tcpiphdr);