Searched refs:t_pktlist_tail (Results 1 – 2 of 2) sorted by relevance
604 struct mbuf *t_pktlist_tail; /* Last packet in transmit chain */ member1735 (tp)->t_pktlist_head = (tp)->t_pktlist_tail = NULL; \
3180 tp->t_pktlist_tail->m_nextpkt = m; in tcp_output()3181 tp->t_pktlist_tail = m; in tcp_output()3184 tp->t_pktlist_head = tp->t_pktlist_tail = m; in tcp_output()