Searched refs:packetlist (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.h139 mbuf_t packetlist,
H A Ddlil.c1243 struct mbuf *packetlist,
1275 if (packetlist == NULL)
1277 m = packetlist;
1278 packetlist = packetlist->m_nextpkt;
1377 m = packetlist;
1379 packetlist = packetlist->m_nextpkt;
1397 if (packetlist) /* if any packet left, clean up */
1398 mbuf_freem_list(packetlist);
1240 dlil_output_list( struct ifnet* ifp, u_long proto_family, struct mbuf *packetlist, caddr_t route, const struct sockaddr *dest, int raw) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c239 struct mbuf *packetlist = NULL; local
551 packetlist = tp->t_pktlist_head;
557 error = tcp_ip_output(so, tp, packetlist,
759 packetlist = tp->t_pktlist_head;
765 error = tcp_ip_output(so, tp, packetlist, packchain_listadd,
1516 packetlist = tp->t_pktlist_head;
1523 error = tcp_ip_output(so, tp, packetlist,
H A Dip_output.c264 struct mbuf * packetlist; local
271 packetlist = m0;
1430 error = ifnet_output(ifp, PF_INET, packetlist,
1586 panic("ip_output: mix of packet in packetlist is wrong=%p", packetlist);

Completed in 46 milliseconds