Searched refs:mfree (Results 1 – 5 of 5) sorted by relevance
1560 struct mbuf *m, *next, *mfree; in sbcut_internal() local1570 mfree = NULL; in sbcut_internal()1622 m->m_next = mfree; in sbcut_internal()1623 mfree = m; in sbcut_internal()1638 m->m_next = mfree; in sbcut_internal()1639 mfree = m; in sbcut_internal()1667 return (mfree); in sbcut_internal()1696 struct mbuf *mfree; in sbdrop() local1699 mfree = sbcut_internal(sb, len); in sbdrop()1702 m_freem(mfree); in sbdrop()
53 struct mfree { struct61 struct mfree f; argument
1495 struct mbuf *mfree; in tcp_do_segment() local2963 mfree = sbcut_locked(&so->so_snd, in tcp_do_segment()2967 mfree = sbcut_locked(&so->so_snd, acked); in tcp_do_segment()2976 m_freem(mfree); in tcp_do_segment()
11634 struct mbuf *mfree; in rack_process_ack() local11850 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack()11870 m_freem(mfree); in rack_process_ack()12631 struct mbuf *mfree; in rack_fastack() local12635 mfree = sbcut_locked(&so->so_snd, acked); in rack_fastack()12642 m_freem(mfree); in rack_fastack()15935 struct mbuf *mfree; in rack_do_compressed_ack_processing() local15953 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_do_compressed_ack_processing()15960 m_freem(mfree); in rack_do_compressed_ack_processing()
7681 struct mbuf *mfree; in bbr_process_ack() local7803 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()7806 m_freem(mfree); in bbr_process_ack()