Searched refs:m_freem_list (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq.c360 m_freem_list(MBUFQ_FIRST(&freeq));
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c410 m_freem_list(tp->t_pktlist_head);
1916 m_freem_list(tp->t_pktlist_head);
2126 m_freem_list(npkt);
H A Dip_input.c1745 m_freem_list(fp->ipq_frags);
H A Dip_output.c1947 m_freem_list(m0);
H A Dtcp_subr.c1147 m_freem_list(tp->t_pktlist_head);
H A Dip_fw2.c2005 m_freem_list(m->m_nextpkt);
/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c1100 m_freem_list(m);
1193 m_freem_list(m);
H A Ddlil.c2528 m_freem_list(m);
2720 m_freem_list(m);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c283 return m_freem_list(mbuf);
H A Duipc_socket.c1845 m_freem_list(freelist);
2680 m_freem_list((struct mbuf *)free_list);
2704 m_freem_list((struct mbuf *)free_list);
2736 m_freem_list(*free_list);
H A Duipc_socket2.c1338 * use m_freem_list to free the mbuf structures
1345 * m_freem_list.
1408 m_freem_list(free_list);
H A Duipc_mbuf.c212 * { m_free(), m_freem_list(), composite object deallocation }
234 * { m_free(), m_freem_list() }
3724 m_freem_list(top);
4137 m_freem_list(struct mbuf *m) function
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1027 __private_extern__ int m_freem_list(struct mbuf *);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c251 m_freem_list(nextpkt);

Completed in 133 milliseconds