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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c436 if (tp->t_pktlist_head != NULL)
437 m_freem_list(tp->t_pktlist_head);
694 tp->t_pktlist_head != NULL) {
695 packetlist = tp->t_pktlist_head;
1100 tp->t_pktlist_head != NULL) {
1101 packetlist = tp->t_pktlist_head;
2108 if (tp->t_pktlist_head != NULL) {
2113 tp->t_pktlist_head = tp->t_pktlist_tail = m;
2147 tp->t_pktlist_head != NULL) {
2148 packetlist = tp->t_pktlist_head;
[all...]
H A Dtcp_var.h402 struct mbuf *t_pktlist_head; /* First packet in transmit chain */ member in struct:tcpcb
1166 (tp)->t_pktlist_head = (tp)->t_pktlist_tail = NULL; \
H A Dtcp_subr.c1209 if (tp->t_pktlist_head != NULL)
1210 m_freem_list(tp->t_pktlist_head);

Completed in 40 milliseconds