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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1812 tp->t_pktlist_tail->m_nextpkt = m;
1813 tp->t_pktlist_tail = m;
1816 tp->t_pktlist_head = tp->t_pktlist_tail = m;
1825 tp->t_pktlist_tail->m_nextpkt = mnext;
1827 tp->t_pktlist_tail = mnext;
1838 tp->t_pktlist_tail = next;
H A Dtcp_var.h351 struct mbuf *t_pktlist_tail; /* Last packet in transmit chain */ member in struct:tcpcb
961 (tp)->t_pktlist_head = (tp)->t_pktlist_tail = NULL; \

Completed in 24 milliseconds