Searched refs:rl_head (Results 1 – 2 of 2) sorted by relevance
2126 sc->rl_head = sc->rl_tail = NULL; in re_rx_list_init()2150 sc->rl_head = sc->rl_tail = NULL; in re_jrx_list_init()2219 if (sc->rl_head != NULL) { in re_rxeof()2220 m_freem(sc->rl_head); in re_rxeof()2221 sc->rl_head = sc->rl_tail = NULL; in re_rxeof()2227 if (sc->rl_head == NULL) in re_rxeof()2228 sc->rl_head = sc->rl_tail = m; in re_rxeof()2272 if (sc->rl_head != NULL) { in re_rxeof()2273 m_freem(sc->rl_head); in re_rxeof()2274 sc->rl_head = sc->rl_tail = NULL; in re_rxeof()[all …]
895 struct mbuf *rl_head; member