Lines Matching refs:read
15 a means to hold the packet, write and read it, as well as necessary
27 each net_pkt is written and read from the beginning to the end, or
169 following sections: basic read/write access and data access, the
183 within each net_pkt. All read/write operations affect this
184 cursor. Note as well that read or write functions are strict on their
187 exact amount of data that must be read or written.
227 Logically, net_pkt's length is now 15. But if we try to read at this
228 point, it will fail because there is nothing to read at the cursor
230 to read what has been already written by resetting the cursor of the
239 and then let you read the actual 15 bytes present. The cursor is then
335 the requested data. On the RX path, these headers will be read but not