Searched refs:rl_head (Results 1 – 2 of 2) sorted by relevance
2128 sc->rl_head = sc->rl_tail = NULL; in re_rx_list_init()2152 sc->rl_head = sc->rl_tail = NULL; in re_jrx_list_init()2221 if (sc->rl_head != NULL) { in re_rxeof()2222 m_freem(sc->rl_head); in re_rxeof()2223 sc->rl_head = sc->rl_tail = NULL; in re_rxeof()2229 if (sc->rl_head == NULL) in re_rxeof()2230 sc->rl_head = sc->rl_tail = m; in re_rxeof()2274 if (sc->rl_head != NULL) { in re_rxeof()2275 m_freem(sc->rl_head); in re_rxeof()2276 sc->rl_head = sc->rl_tail = NULL; in re_rxeof()[all …]
895 struct mbuf *rl_head; member