Searched refs:rxpackets (Results 1 – 1 of 1) sorted by relevance
100 struct pbuf *rxpackets; member358 priv->rxpackets = NULL; in slipif_init()413 while (priv->rxpackets != NULL) { in slipif_process_rxqueue()414 struct pbuf *p = priv->rxpackets; in slipif_process_rxqueue()421 priv->rxpackets = q->next; in slipif_process_rxqueue()424 priv->rxpackets = NULL; in slipif_process_rxqueue()449 if (priv->rxpackets != NULL) { in slipif_rxbyte_enqueue()459 pbuf_free(priv->rxpackets); in slipif_rxbyte_enqueue()463 priv->rxpackets = p; in slipif_rxbyte_enqueue()