Searched refs:mfree (Results 1 – 5 of 5) sorted by relevance
1574 struct mbuf *m, *next, *mfree; in sbcut_internal() local1584 mfree = NULL; in sbcut_internal()1636 m->m_next = mfree; in sbcut_internal()1637 mfree = m; in sbcut_internal()1652 m->m_next = mfree; in sbcut_internal()1653 mfree = m; in sbcut_internal()1681 return (mfree); in sbcut_internal()1710 struct mbuf *mfree; in sbdrop() local1713 mfree = sbcut_internal(sb, len); in sbdrop()1716 m_freem(mfree); in sbdrop()
53 struct mfree { struct61 struct mfree f; argument
1532 struct mbuf *mfree; in tcp_do_segment() local3038 mfree = sbcut_locked(&so->so_snd, in tcp_do_segment()3042 mfree = sbcut_locked(&so->so_snd, acked); in tcp_do_segment()3051 m_freem(mfree); in tcp_do_segment()
11760 struct mbuf *mfree; in rack_process_ack() local11976 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack()11996 m_freem(mfree); in rack_process_ack()12757 struct mbuf *mfree; in rack_fastack() local12761 mfree = sbcut_locked(&so->so_snd, acked); in rack_fastack()12768 m_freem(mfree); in rack_fastack()16066 struct mbuf *mfree; in rack_do_compressed_ack_processing() local16084 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_do_compressed_ack_processing()16091 m_freem(mfree); in rack_do_compressed_ack_processing()
7688 struct mbuf *mfree; in bbr_process_ack() local7810 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()7813 m_freem(mfree); in bbr_process_ack()