Searched refs:rl_head (Results 1 – 2 of 2) sorted by relevance
2136 sc->rl_head = sc->rl_tail = NULL; in re_rx_list_init()2160 sc->rl_head = sc->rl_tail = NULL; in re_jrx_list_init()2229 if (sc->rl_head != NULL) { in re_rxeof()2230 m_freem(sc->rl_head); in re_rxeof()2231 sc->rl_head = sc->rl_tail = NULL; in re_rxeof()2237 if (sc->rl_head == NULL) in re_rxeof()2238 sc->rl_head = sc->rl_tail = m; in re_rxeof()2282 if (sc->rl_head != NULL) { in re_rxeof()2283 m_freem(sc->rl_head); in re_rxeof()2284 sc->rl_head = sc->rl_tail = NULL; in re_rxeof()[all …]
903 struct mbuf *rl_head; member