Searched refs:t_pktlist_head (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c409 if (tp->t_pktlist_head != NULL)
410 m_freem_list(tp->t_pktlist_head);
639 tp->t_pktlist_head != NULL) {
640 packetlist = tp->t_pktlist_head;
973 tp->t_pktlist_head != NULL) {
974 packetlist = tp->t_pktlist_head;
1811 if (tp->t_pktlist_head != NULL) {
1816 tp->t_pktlist_head = tp->t_pktlist_tail = m;
1849 tp->t_pktlist_head != NULL) {
1850 packetlist = tp->t_pktlist_head;
[all...]
H A Dtcp_var.h350 struct mbuf *t_pktlist_head; /* First packet in transmit chain */ member in struct:tcpcb
961 (tp)->t_pktlist_head = (tp)->t_pktlist_tail = NULL; \
H A Dtcp_subr.c1146 if (tp->t_pktlist_head != NULL)
1147 m_freem_list(tp->t_pktlist_head);

Completed in 70 milliseconds