Home
last modified time | relevance | path

Searched refs:pNewMsg (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c2401 struct sk_buff *pNewMsg; /* pointer to a new message for copying frame */ local
2540 ((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;