Lines Matching refs:SK_MBUF
2404 SK_MBUF *pRlmtMbuf; /* ptr to a buffer for giving a frame to rlmt */
4317 SK_MBUF *SkDrvAllocRlmtMbuf(
4322 SK_MBUF *pRlmtMbuf; /* pointer to a new rlmt-mbuf structure */
4325 pMsgBlock = alloc_skb(BufferSize + sizeof(SK_MBUF), GFP_ATOMIC);
4329 pRlmtMbuf = (SK_MBUF*) pMsgBlock->data;
4330 skb_reserve(pMsgBlock, sizeof(SK_MBUF));
4357 SK_MBUF *pMbuf) /* size of the requested buffer */
4359 SK_MBUF *pFreeMbuf;
4360 SK_MBUF *pNextMbuf;
4546 SK_MBUF *pRlmtMbuf; /* pointer to a rlmt-mbuf structure */
4835 pRlmtMbuf = (SK_MBUF*) Param.pParaPtr;