Lines Matching refs:pbuf
98 struct pbuf *p, *q;
102 struct pbuf *rxpackets;
116 slipif_output(struct netif *netif, struct pbuf *p) in slipif_output()
119 struct pbuf *q; in slipif_output()
172 slipif_output_v4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) in slipif_output_v4()
191 slipif_output_v6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr) in slipif_output_v6()
206 static struct pbuf*
210 struct pbuf *t; in slipif_rxbyte()
312 struct pbuf *p; in slipif_rxbyte_input()
461 struct pbuf *p = priv->rxpackets; in slipif_process_rxqueue()
464 struct pbuf *q = p; in slipif_process_rxqueue()
489 struct pbuf *p; in slipif_rxbyte_enqueue()
499 struct pbuf *q = p; in slipif_rxbyte_enqueue()