Searched refs:pNewMsg (Results 1 – 1 of 1) sorted by relevance
2401 struct sk_buff *pNewMsg; /* pointer to a new message for copying frame */ local2540 ((pNewMsg = alloc_skb(FrameLength+2, GFP_ATOMIC)) != NULL)) {2545 skb_reserve(pNewMsg, 2);2546 skb_put(pNewMsg, FrameLength);2554 eth_copy_and_sum(pNewMsg, pMsg->data,2559 pMsg = pNewMsg;