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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c293 struct mbuf *packetlist = NULL; local
640 packetlist = tp->t_pktlist_head;
645 error = tcp_ip_output(so, tp, packetlist,
974 packetlist = tp->t_pktlist_head;
979 error = tcp_ip_output(so, tp, packetlist, packchain_listadd,
1850 packetlist = tp->t_pktlist_head;
1856 error = tcp_ip_output(so, tp, packetlist,
H A Dip_output.c302 struct mbuf * packetlist; local
316 packetlist = m0;
477 if (m0 == packetlist)
478 packetlist = m;
1023 if (packetlist == m0)
1024 packetlist = m;
1030 } else if (packetlist != NULL) {
1723 error = dlil_output(ifp, PF_INET, packetlist,
1760 m0 = packetlist;
1792 panic("ip_output: mix of packet in packetlist i
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c3220 dlil_output(ifnet_t ifp, protocol_family_t proto_family, mbuf_t packetlist, argument
3267 if (packetlist == NULL)
3270 m = packetlist;
3271 packetlist = packetlist->m_nextpkt;
3444 m = packetlist;
3446 packetlist = packetlist->m_nextpkt;
3479 if (packetlist) /* if any packets are left, clean up */
3480 mbuf_freem_list(packetlist);
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c229 int packetlist,
237 #pragma unused(packetlist)
227 ip6_output_list( struct mbuf *m0, int packetlist, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, struct ip6_out_args *ip6oap) argument

Completed in 46 milliseconds