rl_head 1212 dev/ic/re.c sc->rl_head = sc->rl_tail = NULL;
rl_head 1255 dev/ic/re.c if (sc->rl_head == NULL)
rl_head 1256 dev/ic/re.c sc->rl_head = sc->rl_tail = m;
rl_head 1296 dev/ic/re.c if (sc->rl_head != NULL) {
rl_head 1297 dev/ic/re.c m_freem(sc->rl_head);
rl_head 1298 dev/ic/re.c sc->rl_head = sc->rl_tail = NULL;
rl_head 1311 dev/ic/re.c if (sc->rl_head != NULL) {
rl_head 1312 dev/ic/re.c m_freem(sc->rl_head);
rl_head 1313 dev/ic/re.c sc->rl_head = sc->rl_tail = NULL;
rl_head 1319 dev/ic/re.c if (sc->rl_head != NULL) {
rl_head 1338 dev/ic/re.c m = sc->rl_head;
rl_head 1339 dev/ic/re.c sc->rl_head = sc->rl_tail = NULL;
rl_head 2094 dev/ic/re.c if (sc->rl_head != NULL) {
rl_head 2095 dev/ic/re.c m_freem(sc->rl_head);
rl_head 2096 dev/ic/re.c sc->rl_head = sc->rl_tail = NULL;
rl_head 738 dev/ic/rtl81x9reg.h struct mbuf *rl_head;