Searched refs:rxpackets (Results 1 – 1 of 1) sorted by relevance
102 struct pbuf *rxpackets; member403 priv->rxpackets = NULL; in slipif_init()460 while (priv->rxpackets != NULL) { in slipif_process_rxqueue()461 struct pbuf *p = priv->rxpackets; in slipif_process_rxqueue()468 priv->rxpackets = q->next; in slipif_process_rxqueue()471 priv->rxpackets = NULL; in slipif_process_rxqueue()497 if (priv->rxpackets != NULL) { in slipif_rxbyte_enqueue()507 pbuf_free(priv->rxpackets); in slipif_rxbyte_enqueue()511 priv->rxpackets = p; in slipif_rxbyte_enqueue()