Lines Matching defs:layer
196 * layer at which the pbuf is allocated and the requested size
199 * @param layer header size
224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type)
227 u16_t offset = (u16_t)layer;
308 * layer at which the pbuf is allocated and the requested size
1306 * @param layer pbuf_layer of the new pbuf
1312 pbuf_coalesce(struct pbuf *p, pbuf_layer layer)
1318 q = pbuf_clone(layer, PBUF_RAM, p);
1332 * @param layer pbuf_layer of the new pbuf
1340 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p)
1344 q = pbuf_alloc(layer, p->tot_len, type);