Searched refs:t_lastm (Results 1 – 3 of 3) sorted by relevance
450 if (off == 0 || tp->t_lastm == NULL || in tcp_build_datapkt()457 tp->t_lastm = so->so_snd.sb_mb; in tcp_build_datapkt()466 if (tp->t_lastm == NULL) in tcp_build_datapkt()468 if (tp->t_inoff < tp->t_lastm->m_len) in tcp_build_datapkt()470 tp->t_inoff -= tp->t_lastm->m_len; in tcp_build_datapkt()471 tp->t_lastm = tp->t_lastm->m_next; in tcp_build_datapkt()476 m0 = tp->t_lastm; in tcp_build_datapkt()
367 struct mbuf *t_lastm; /* last mbuf that data was sent from */ member
1861 tp->t_lastm = NULL; in tcp_input()2575 tp->t_lastm = NULL; in tcp_input()