Home | History | Annotate | Download | only in Library

Lines Matching refs:NET_BUF

1490 //NET_BUF is the buffer manage structure used by the

1502 LIST_ENTRY List; // The List this NET_BUF is on
1514 } NET_BUF;
1518 //NET_BUF functions.
1563 #define NETBUF_FROM_PROTODATA(Info) BASE_CR((Info), NET_BUF, ProtoData)
1572 (sizeof (NET_BUF) + ((BlockOpNum) - 1) * sizeof (NET_BLOCK_OP))
1581 Allocate a single block NET_BUF. Upon allocation, all the
1586 @return The pointer to the allocated NET_BUF, or NULL if the
1590 NET_BUF *
1605 @param[in] Nbuf The pointer to the NET_BUF to be freed.
1611 IN NET_BUF *Nbuf
1634 IN NET_BUF *Nbuf,
1651 NET_BUF *
1654 IN NET_BUF *Nbuf
1673 NET_BUF *
1676 IN NET_BUF *Nbuf,
1677 IN OUT NET_BUF *Duplicate OPTIONAL,
1682 Create a NET_BUF structure which contains Len byte data of Nbuf starting from
1685 A new NET_BUF structure will be created but the associated data in NET_VECTOR
1698 NET_BUF *
1701 IN NET_BUF *Nbuf,
1712 in that it can only reserve space from the first block of an empty NET_BUF not
1722 IN OUT NET_BUF *Nbuf,
1741 IN OUT NET_BUF *Nbuf,
1761 IN OUT NET_BUF *Nbuf,
1784 IN NET_BUF *Nbuf,
1791 Build a NET_BUF from external blocks.
1793 A new NET_BUF structure will be created from external blocks. An additional block
1812 NET_BUF *
1839 IN NET_BUF *Nbuf,
1861 NET_BUF *
1933 NET_BUF *
1950 IN OUT NET_BUF *Nbuf
2044 Compute the checksum for a NET_BUF.
2054 IN NET_BUF *Nbuf
2114 NET_BUF *Nbuf