Searched refs:mfree (Results 1 – 4 of 4) sorted by relevance
1468 struct mbuf *m, *next, *mfree; in sbcut_internal() local1478 mfree = NULL; in sbcut_internal()1530 m->m_next = mfree; in sbcut_internal()1531 mfree = m; in sbcut_internal()1546 m->m_next = mfree; in sbcut_internal()1547 mfree = m; in sbcut_internal()1575 return (mfree); in sbcut_internal()1604 struct mbuf *mfree; in sbdrop() local1607 mfree = sbcut_internal(sb, len); in sbdrop()1610 m_freem(mfree); in sbdrop()
1508 struct mbuf *mfree; in tcp_do_segment() local2914 mfree = sbcut_locked(&so->so_snd, in tcp_do_segment()2918 mfree = sbcut_locked(&so->so_snd, acked); in tcp_do_segment()2927 m_freem(mfree); in tcp_do_segment()
8211 struct mbuf *mfree; in rack_process_ack() local8339 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack()8354 m_freem(mfree); in rack_process_ack()
7798 struct mbuf *mfree; in bbr_process_ack() local7883 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()7886 m_freem(mfree); in bbr_process_ack()