Home
last modified time | relevance | path

Searched refs:t_pktlist_tail (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h604 struct mbuf *t_pktlist_tail; /* Last packet in transmit chain */ member
1735 (tp)->t_pktlist_head = (tp)->t_pktlist_tail = NULL; \
H A Dtcp_output.c3180 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()